From 0188e55fa87458ae8ceef837f4052d1ecec15b7e Mon Sep 17 00:00:00 2001 From: D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore <chenjingjing@LAPTOP-E51P2139.mshome.net> Date: 星期三, 09 一月 2019 17:38:56 +0800 Subject: [PATCH] xiu --- gx_tieta/src/com/fgkj/actions/BattInfAction.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/gx_tieta/src/com/fgkj/actions/BattInfAction.java b/gx_tieta/src/com/fgkj/actions/BattInfAction.java index 7279fa7..cfdda43 100644 --- a/gx_tieta/src/com/fgkj/actions/BattInfAction.java +++ b/gx_tieta/src/com/fgkj/actions/BattInfAction.java @@ -432,6 +432,13 @@ result = ActionUtil.tojson(model); return SUCCESS; } + //鍒ゆ柇鏂板鐨勬満鎴挎槸鍚﹀瓨鍦� + public String judgeBatt(){ + BattInf binf=getGson().fromJson(json, BattInf.class); + ServiceModel model = service.judgeBatt(binf); + result = ActionUtil.tojson(model); + return SUCCESS; + } public BattInf getBif() { return bif; } -- Gitblit v1.9.1