mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-06-23 12:32:41 +08:00
fixed: 删除部门检查接口报错
This commit is contained in:
parent
a55f618412
commit
315fca44c8
@ -103,7 +103,6 @@ public class DepartmentController {
|
||||
if (userIds != null && userIds.size() > 0) {
|
||||
data.put("users", userService.chunks(userIds, new ArrayList<>() {{
|
||||
add("id");
|
||||
add("nickname");
|
||||
add("name");
|
||||
add("avatar");
|
||||
}}));
|
||||
|
@ -11,14 +11,9 @@ import java.util.Date;
|
||||
@Data
|
||||
public class UserPaginateFilter {
|
||||
|
||||
private String nickname;
|
||||
|
||||
private String name;
|
||||
|
||||
private String email;
|
||||
|
||||
private String idCard;
|
||||
|
||||
private Integer isActive;
|
||||
private Integer isLock;
|
||||
private Integer isVerify;
|
||||
|
Loading…
x
Reference in New Issue
Block a user