mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-24 11:49:51 +08:00
增加部门删选核查api
This commit is contained in:
@@ -215,6 +215,11 @@ public class UserServiceImpl extends ServiceImpl<UserMapper, User> implements Us
|
||||
setPassword(HelperUtil.MD5(newPassword + user.getSalt()));
|
||||
}});
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<User> chunks(List<Integer> ids, List<String> fields) {
|
||||
return list(query().getWrapper().in("id", ids).select(fields));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user