81041
2018-11-21 50114c2feb0ae955bfaf1da8ce7be62344ebc110
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;
    }