From 63c1c105547c97bfe338c625fb53c0fe2ab7ff2e Mon Sep 17 00:00:00 2001 From: 81041 <81041@DESKTOP-025NVD9> Date: 星期一, 24 十二月 2018 10:03:57 +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