hdw
2018-11-21 1a05dd9a571e46ae4cb90d5c0a2b691a3a62d34f
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;
    }