hdw
2018-10-29 a66640923f167432ee85c672cdf175e5a0bb7eba
gx_tieta/src/com/fgkj/dao/impl/ram/Bts_station_stateImpl.java
@@ -107,7 +107,7 @@
         sql+=" ) ";
      }
      if(binf.getBattGroupNum()==0){
         sql+=" and station_stat=0 ";
         sql+=" and station_stat<0 ";         //当没有选择想要查看的机房异常状态是筛选
      }
      //分页
      String orderSql=" limit ? ,? ";