Merge remote-tracking branch 'origin/main'
commit
066c63b4d2
|
|
@ -143,7 +143,7 @@ public class UserRepositoryImpl extends BaseRepositoryImpl<UserMapper, UserDO> i
|
|||
// ids.add(1999009782763397120L);
|
||||
// Map<Long, String> sd1 = zcloudDepartmentFacade.listFullName(ids);
|
||||
|
||||
if (!ObjectUtils.isEmpty(params.get("corpinfoId"))) {
|
||||
if (ObjectUtils.isEmpty(params.get("corpinfoId"))) {
|
||||
SSOUser ssoUser = AuthContext.getCurrentUser();
|
||||
params.put("corpinfoId", ssoUser.getTenantId());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue