Commit 1ecffa00 authored by cy's avatar cy

用户导出修改

parent 7a5c10f5
......@@ -392,7 +392,7 @@ public class UserServiceImpl extends ServiceImpl<UsersMapper, User> implements U
.lastLoginTime(t.getLastLoginTime())
.cultureGrade(t.getCultureGrade())
.majorGrade(t.getMajorGrade())
.queryLimit(t.getQueryLimit())
.queryLimit(t.getQueryLimit() == null ? null : t.getQueryLimit())
.build()).collect(Collectors.toList());
//创建文件名称
......
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