Commit a30807c5 by huangjinxin

fix:用户组织获取优化

1 parent f22a2117
......@@ -783,6 +783,7 @@ public class UserService {
byUserId.forEach(e -> {
OrgInfo orgInfo = new OrgInfo();
orgInfo.setId(e.getOrgId());
orgInfos.add(orgInfo);
});
return orgInfos;
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!