81041
2018-12-21 53cfad82ff6fc63e6f2221d993e065cb32c8e141
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;
    }