fixed: 删除部门检查接口报错

This commit is contained in:
none
2023-03-28 10:45:34 +08:00
parent a55f618412
commit 315fca44c8
2 changed files with 0 additions and 6 deletions

View File

@@ -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");
}}));