From fb783f79cac8d1524fcf3f41cfaa275a6bd6e70c Mon Sep 17 00:00:00 2001 From: CJJ <Administrator@USER-20180117QL> Date: 星期四, 20 十二月 2018 21:11:40 +0800 Subject: [PATCH] 修改 --- gx_tieta/src/com/fgkj/actions/ram/Bts_station_stateAction.java | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 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..7537c98 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,8 +27,20 @@ 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; + } -- Gitblit v1.9.1