CJJ
2018-11-21 d348347f5e006f37309874b1726d02d42cb8ae19
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;
    }