81041
2018-11-20 ece08fd739c0a004b4bee932f37c81b81a7acaeb
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;
    }