update:无岗位用户无法访问系统

This commit is contained in:
2510220824
2022-01-21 08:12:15 +08:00
parent d64c22a4f8
commit c239ad7c99
6 changed files with 39 additions and 19 deletions
@@ -639,6 +639,14 @@
FROM TS_USER_ORG tuo
WHERE tuo.USER_ID = #{userId}
</select>
<select id="selectPositionByUserId" resultType="java.lang.String"
parameterType="java.lang.String">
SELECT position_id
FROM ts_user_position tuo
WHERE tuo.USER_ID = #{userId}
limit 1
</select>
<!--syt:查询所有用户信息-->
<select id="queryUserEoList" resultMap="BaseResultMap" parameterType="com.adc.da.sys.page.UserEOPage">
SELECT