src/main/java/com/lf/server/mapper/data/LoginMapper.java
@@ -21,7 +21,7 @@ * @param userid 登录人ID * @return 记录数 */ public Integer selectCount(int userid); public Integer selectCount(String userid); /** * 根据表名分页查询 @@ -31,7 +31,7 @@ * @param offset 偏移量 * @return 列表 */ public List<LoginEntity> selectByPage(int userid, Integer limit, Integer offset); public List<LoginEntity> selectByPage(String userid, Integer limit, Integer offset); /** * 添加数据