Commit 1898477b authored by liaoanyuan's avatar liaoanyuan

新增毕业院校查询和方案Excel导出

parent 4e289834
......@@ -60,6 +60,7 @@ public class UserServiceImpl extends ServiceImpl<UsersMapper, User> implements U
Integer pageNum = queryVo.getPageNo();
Integer pageSize = queryVo.getPageSize();
if (null == pageSize || pageSize == 0) {
pageSize = 10;
}
......
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