From 2d05296d36e200eb66711057f4997872efab46d1 Mon Sep 17 00:00:00 2001 From: hdw <hdw@192.168.1.4> Date: 星期一, 24 十二月 2018 10:14:18 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://whychdw@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw --- gx_tieta/src/com/fgkj/actions/ram/Bts_station_stateAction.java | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gx_tieta/src/com/fgkj/actions/ram/Bts_station_stateAction.java b/gx_tieta/src/com/fgkj/actions/ram/Bts_station_stateAction.java index 7537c98..b3dea6f 100644 --- a/gx_tieta/src/com/fgkj/actions/ram/Bts_station_stateAction.java +++ b/gx_tieta/src/com/fgkj/actions/ram/Bts_station_stateAction.java @@ -41,8 +41,13 @@ result = tojson(model); return SUCCESS; } - - + //鏌ヨ璁惧SD鍗$殑瀹炴椂鐘舵�� + public String serchSDCard(){ + BattInf binf=getGson("yyyy-MM-dd HH:mm:ss").fromJson(json, BattInf.class); + ServiceModel model = service.serchSDCard(binf); + result=tojson(model); + return SUCCESS; + } -- Gitblit v1.9.1