hdw
2018-10-22 2742ccd93c17503aafcf4ab2cbc5b1790bcb76df
gx_tieta/src/com/fgkj/dao/impl/BattMap_informationImpl.java
@@ -185,8 +185,8 @@
            "  left outer join db_user.tb_user_battgroup_baojigroup_usr on db_user.tb_user_battgroup_baojigroup_usr.baoji_group_id=db_user.tb_user_battgroup_baojigroup_battgroup.baoji_group_id " +
            "  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=?  )  " +
            "  limit ?,?  " +
            "  order by tb_battmap_information.StationId ";
            "  order by tb_battmap_information.StationId "+
            "  limit ?,?  " ;
      List<BattMap_information> list=DAOHelper.executeQueryLimit(sql, conn,new Object[]{uid,(page.getPageCurr()-1)*page.getPageSize(),page.getPageSize()}, new CallBack() {
         
         public List getResults(ResultSet rs) {