|
@ -131,9 +131,9 @@ |
|
|
SELECT su.* |
|
|
SELECT su.* |
|
|
FROM sys_user su |
|
|
FROM sys_user su |
|
|
left join sys_staffinfo si on si.sid = su.staffSid |
|
|
left join sys_staffinfo si on si.sid = su.staffSid |
|
|
where appId = #{appId} |
|
|
where su.appId = #{appId} |
|
|
and isDelete = 0 |
|
|
and su.isDelete = 0 |
|
|
and userType = 1 and si.personTypeKey != '01' |
|
|
and su.userType = 1 and si.personTypeKey != '01' |
|
|
</select> |
|
|
</select> |
|
|
<select id="fetchByUserName" resultType="com.yxt.anrui.portal.api.sysuser.SysUser"> |
|
|
<select id="fetchByUserName" resultType="com.yxt.anrui.portal.api.sysuser.SysUser"> |
|
|
SELECT * |
|
|
SELECT * |
|
|