|
@@ -986,7 +986,8 @@ public class SysUserServiceImpl extends ServiceImpl<SysUserMapper, SysUser> impl
|
|
|
SysUserJzgInfo jzgInfo = sysUserJzgInfoService.getById(sysUserJzgInfo.getReferrerId());
|
|
SysUserJzgInfo jzgInfo = sysUserJzgInfoService.getById(sysUserJzgInfo.getReferrerId());
|
|
|
sysUserJzgInfo.setReferrerName(Objects.isNull(jzgInfo) ? "" : jzgInfo.getName());
|
|
sysUserJzgInfo.setReferrerName(Objects.isNull(jzgInfo) ? "" : jzgInfo.getName());
|
|
|
}
|
|
}
|
|
|
- SysOrganizationUserLink sysOrganizationUserLink = sysOrganizationUserLinkService.getOrganizationUser( sysUserJzgInfo.getUserId());
|
|
|
|
|
|
|
+ String systemCode = baseController.getSystemCode();
|
|
|
|
|
+ SysOrganizationUserLink sysOrganizationUserLink = sysOrganizationUserLinkService.getOrganizationUser( sysUserJzgInfo.getUserId(),systemCode);
|
|
|
|
|
|
|
|
if (!Objects.isNull(sysOrganizationUserLink)) {
|
|
if (!Objects.isNull(sysOrganizationUserLink)) {
|
|
|
String organizationId = sysOrganizationUserLink.getOrganizationId();
|
|
String organizationId = sysOrganizationUserLink.getOrganizationId();
|