81041
2018-11-23 fe0566b75eb4cd447eaaf4b042e600b413698a99
gx_tieta/src/com/fgkj/actions/ram/Bts_station_stateAction.java
@@ -27,7 +27,13 @@
       return SUCCESS;
    }
    
  //机房断电统计(首页上的饼状图)
    public String serchPowerOff(){
       User_inf uinf=(User_inf) ActionUtil.getUser();
       ServiceModel model = service.serchPowerOff(uinf);
      result = tojson(model);
      return SUCCESS;
    }