修改用户listall bug

dev_xiangguanfang
zhangyue 2025-12-31 11:12:17 +08:00
parent c1a8476941
commit 97cb9b55e0
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}