fix(系统设置): 组织管理员移除用户不展示

This commit is contained in:
song-cc-rock 2023-08-29 18:24:33 +08:00 committed by fit2-zhao
parent 8086776c71
commit 6ecb2f37aa
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
select u.*
from user_role_relation urr
join `user` u on urr.user_id = u.id
where urr.role_id = 'org_admin'and urr.source_id = #{orgId}
where urr.role_id = 'org_admin'and urr.source_id = #{orgId} and u.deleted = false
</select>
<select id="selectOrganizationOptions" resultType="io.metersphere.system.dto.OrganizationProjectOptionsDTO">