Commit e22f8e31 authored by m1991's avatar m1991

资讯模块——邀请码过滤特殊字符功能功能修复

parent fcf60b62
......@@ -402,6 +402,7 @@ public class UserServiceImpl extends ServiceImpl<UsersMapper, User> implements U
info.setPageSize(queryDto.getPageSize());
info.setPageNum(queryDto.getPageNo());
info.setList(list);
info.setTotal(total);
return R.ok(info);
}
......
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