Commit c40a86ad by 李小龙

fixbug:

parent 944f31d4
...@@ -840,7 +840,7 @@ public class PlatUserServiceImpl extends ServiceImpl<PlatUserMapper, PlatUser> ...@@ -840,7 +840,7 @@ public class PlatUserServiceImpl extends ServiceImpl<PlatUserMapper, PlatUser>
} }
private void fillOrgPath(PlatPersonDTOVO dto, PlatUser user) { private void fillOrgPath(PlatPersonDTOVO dto, PlatUser user) {
PlatOrg platOrg = platOrgService.getById(dto.getId()); PlatOrg platOrg = platOrgService.getById(dto.getOrgId());
if (platOrg != null) { if (platOrg != null) {
user.setOrgPath(platOrg.getPath() + "," + platOrg.getId()); user.setOrgPath(platOrg.getPath() + "," + platOrg.getId());
} }
......
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 sign in to comment