update:无岗位用户无法访问系统
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user