81041
2018-10-22 aa890874f3f6ee7e88134493dc29705bc6fd89a3
gx_tieta/src/com/fgkj/dao/impl/ram/Bts_station_stateImpl.java
@@ -62,7 +62,9 @@
               "  left outer join db_user.tb_user_inf on tb_user_inf.uid=db_user.tb_user_battgroup_baojigroup_usr.uid " +
               "  where db_user.tb_user_inf.uid=?  ) " +
               " and tb_battinf.stationname1 like ? and tb_battinf.stationname2 like ? and tb_battinf.stationname3 like ? " +
               " and stationid like ?  limit ? ,? ";
               " and stationid like ?  " +
               " limit ? ,? ";
      System.out.println(sql);
      List<Bts_station_state> list=DAOHelper.executeQueryLimit(sql, conn, new Object[]{binf.getNum(),"%"+binf.getStationName1()+"%","%"+binf.getStationName2()+"%","%"+binf.getStationName3()+"%","%"+binf.getStationId()+"%",(p.getPageCurr()-1)*p.getPageSize(),p.getPageSize()},new CallBack() {
         
         public List getResults(ResultSet rs) {