From f1a0f93263980bd6395a1055b9d6dc51ea6c5729 Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期一, 26 十一月 2018 13:05:24 +0800 Subject: [PATCH] 关闭登陆页面的输出信息 --- gx_tieta/src/com/fgkj/actions/BatttestdataAction.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gx_tieta/src/com/fgkj/actions/BatttestdataAction.java b/gx_tieta/src/com/fgkj/actions/BatttestdataAction.java index 8010397..8064b68 100644 --- a/gx_tieta/src/com/fgkj/actions/BatttestdataAction.java +++ b/gx_tieta/src/com/fgkj/actions/BatttestdataAction.java @@ -41,9 +41,9 @@ public String findhistory_ky(){ isAllowHeaders(); ServiceModel model = new ServiceModel(); + btd = ActionUtil.getGson().fromJson(json, Batttestdata.class); model = service.serchByCondition_ky(btd); result = ActionUtil.tojson(model); - //System.out.println("*************************"); return SUCCESS; } -- Gitblit v1.9.1