修改用户listall bug
parent
c1a8476941
commit
97cb9b55e0
|
|
@ -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