Commit d65cc84b by YANGYANG

用户分页提交

parent 0fb39c74
......@@ -69,7 +69,7 @@ public class UsersController {
// 登陆者信息
DlUsers user=(DlUsers)httpServletRequest.getSession().getAttribute(CommonCodeConstant.LOGIN_USER_KEY);
Page<Users> pageParam = new Page<>(page + 1, limit);
Page<Users> pageParam = new Page<>(page - 1, limit);
QueryWrapper<Users> wrapper = new QueryWrapper<>();
if(null != user){// 市局 分局 派出所
String code = "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment