新赋予部门审批人权限用户分配审批去啊权重更大
This commit is contained in:
parent
e5da46fd4d
commit
50696e2617
|
@ -70,6 +70,8 @@
|
||||||
AND t1.role_id = #{roleId}
|
AND t1.role_id = #{roleId}
|
||||||
AND t2.dept_id = #{deptId}
|
AND t2.dept_id = #{deptId}
|
||||||
AND t2.status = 1
|
AND t2.status = 1
|
||||||
|
ORDER BY
|
||||||
|
update_date DESC
|
||||||
LIMIT 1
|
LIMIT 1
|
||||||
</select>
|
</select>
|
||||||
<select id="countAllUser" resultType="java.lang.Long">
|
<select id="countAllUser" resultType="java.lang.Long">
|
||||||
|
|
Loading…
Reference in New Issue