Browse Source

更新文件 UserDao.java

陈士柏 2 years ago
parent
commit
a165fa29d4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      mhotel/src/com/happy/dao/UserDao.java

+ 2 - 0
mhotel/src/com/happy/dao/UserDao.java

@@ -42,6 +42,8 @@ public interface UserDao {
     public int queryUserTotal(String sqlStr);
     public int queryUserTotal(String sqlStr);
     public List<Users> queryUserPage(String sqlx, int page, int rows);
     public List<Users> queryUserPage(String sqlx, int page, int rows);
 
 
+    public List<Users> queryUserPage2(String sqlx, int page, int rows,String sl);
+
     UnevaluatedOrder collect(String hotelId1, Integer createId1);
     UnevaluatedOrder collect(String hotelId1, Integer createId1);
 
 
 }
 }