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/services/ram/Bts_station_stateService.java | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gx_tieta/src/com/fgkj/services/ram/Bts_station_stateService.java b/gx_tieta/src/com/fgkj/services/ram/Bts_station_stateService.java index 16ead5d..ea2f0af 100644 --- a/gx_tieta/src/com/fgkj/services/ram/Bts_station_stateService.java +++ b/gx_tieta/src/com/fgkj/services/ram/Bts_station_stateService.java @@ -6,7 +6,6 @@ import com.fgkj.dao.BaseDAOFactory; import com.fgkj.dao.impl.BadBatt_monImpl; import com.fgkj.dao.impl.BattInfImpl; -import com.fgkj.dao.impl.BattPower_offImpl; import com.fgkj.dao.impl.Batt_enduranceImpl; import com.fgkj.dao.impl.Battalarm_dataDAOImpl; import com.fgkj.dao.impl.ram.Bts_station_stateImpl; @@ -67,5 +66,10 @@ model.setMsgT(String.valueOf(xuhangnums));//瀛樺湪缁埅涓嶈冻3灏忔椂鐨勬満鎴夸釜鏁� return model; } - + //鏌ヨ璁惧SD鍗$殑瀹炴椂鐘舵�� + public ServiceModel serchSDCard(Object obj) { + int station_state=((Bts_station_stateImpl)dao).serchSDCard(obj); + model.setData(station_state); + return model; + } } -- Gitblit v1.9.1