From 8432a8e816cfc48e8f3d50b97c1d90806d2195b7 Mon Sep 17 00:00:00 2001 From: whyclj <1525436766@qq.com> Date: 星期六, 29 十二月 2018 11:13:54 +0800 Subject: [PATCH] 手机端设备实时告警和设备历史告警页面中添加采集线告警和SD卡故障告警选项 --- 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