部门审批人用户状态被停用时,流程不再分配给该用户

This commit is contained in:
wangliwen 2022-08-05 09:46:09 +08:00
parent e33a7ede3b
commit e4736d2ac4
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@
t2.id = t1.user_id
AND t1.role_id = #{roleId}
AND t2.dept_id = #{deptId}
AND t2.status = 1
LIMIT 1
</select>
<select id="countAllUser" resultType="java.lang.Long">