Commit ae8873ab by chenweisong

更新

parent bae24922
...@@ -51,8 +51,6 @@ public class UserController { ...@@ -51,8 +51,6 @@ public class UserController {
node.put("node", ImmutableMap.of("id", userId, "name", user.get("name").toString(), "orgId", orgId)); node.put("node", ImmutableMap.of("id", userId, "name", user.get("name").toString(), "orgId", orgId));
groupSubNodes.add(node); groupSubNodes.add(node);
}); });
List<Map> originUsers = feignAuthService.getUsersByOrgId(orgId);
group.put("users", originUsers);
group.put("subNodes", groupSubNodes); group.put("subNodes", groupSubNodes);
}); });
return userGroups; return userGroups;
......
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