新赋予部门审批人权限用户分配审批去啊权重更大

This commit is contained in:
wangliwen 2022-08-06 09:48:45 +08:00
parent e5da46fd4d
commit 50696e2617
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@
AND t1.role_id = #{roleId}
AND t2.dept_id = #{deptId}
AND t2.status = 1
ORDER BY
update_date DESC
LIMIT 1
</select>
<select id="countAllUser" resultType="java.lang.Long">