fix(系统设置): 组织管理员移除用户不展示
This commit is contained in:
parent
8086776c71
commit
6ecb2f37aa
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue