gx_tieta/src/com/fgkj/actions/ram/Bts_station_stateAction.java
@@ -34,7 +34,13 @@
      result = tojson(model);             
      return SUCCESS;
    }
  //地图右下角显示出已安装机房中(停电数/掉站数/机房告警数/落后单体机房数)
    public String serchStationState(){
       User_inf uinf=(User_inf) ActionUtil.getUser();
       ServiceModel model = service.serchStationState(uinf);
      result = tojson(model);
      return SUCCESS;
    }