gx_tieta/src/com/fgkj/actions/ram/Bts_station_stateAction.java
@@ -27,14 +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; }