Merge branch 'master' into docker_package

This commit is contained in:
wangliwen 2022-08-06 09:48:59 +08:00
commit 3de584e7e3
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">