From e0352f4834d90c91c8ef802128819003af057723 Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期五, 23 十一月 2018 14:41:07 +0800 Subject: [PATCH] 机房历史事件查询设置高度270 --- 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