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/actions/ram/Bts_station_stateAction.java |   25 +++++++++++++++++++++----
 1 files changed, 21 insertions(+), 4 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 a3acfa2..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
@@ -27,10 +27,27 @@
     	return SUCCESS;
     }
     
-    
-    
-    
-    
+   //鏈烘埧鏂數缁熻(棣栭〉涓婄殑楗肩姸鍥�)
+    public String serchPowerOff(){
+    	User_inf uinf=(User_inf) ActionUtil.getUser();
+    	ServiceModel model = service.serchPowerOff(uinf);
+		result = tojson(model);          	
+		return SUCCESS;
+    }
+  //鍦板浘鍙充笅瑙掓樉绀哄嚭宸插畨瑁呮満鎴夸腑(鍋滅數鏁�/鎺夌珯鏁�/鏈烘埧鍛婅鏁�/钀藉悗鍗曚綋鏈烘埧鏁�)
+    public String serchStationState(){
+    	User_inf uinf=(User_inf) ActionUtil.getUser();
+    	ServiceModel model = service.serchStationState(uinf);
+		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