From e37e5966f637f62b59b247ded62a7b6aa9ee144f Mon Sep 17 00:00:00 2001
From: hdw <hdw@192.168.7.112>
Date: 星期四, 03 一月 2019 16:11:09 +0800
Subject: [PATCH] 电池信息配置添加投入使用日期

---
 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