From 05f6c230566d1f04496bd5b65be6967f6bbfd5a4 Mon Sep 17 00:00:00 2001 From: 81041 <81041@192.168.10.9> Date: 星期一, 26 十一月 2018 16:34:54 +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