LiJun
2018-10-29 e63d6548f7e874fa76f975a6c8a22a2868b3c06f
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 ? ,? ";