Merge remote-tracking branch 'origin/master'

This commit is contained in:
ye1023
2026-06-17 10:47:29 +08:00
@@ -338,5 +338,6 @@
where u.user_security_level >= #{secretLevel} where u.user_security_level >= #{secretLevel}
and tem.dept_id LIKE CONCAT('%', #{deptId}, '%') and tem.dept_id LIKE CONCAT('%', #{deptId}, '%')
and tem.role_id = #{roleId} and tem.role_id = #{roleId}
ORDER BY sortno
</select> </select>
</mapper> </mapper>