!45 fix(system): 选人组件查询增加 ORDER BY 排序

Merge pull request !45 from new_new_new/fix/order_by
This commit is contained in:
new_new_new
2026-06-17 02:34:38 +00:00
committed by Gitee
@@ -338,5 +338,6 @@
where u.user_security_level >= #{secretLevel}
and tem.dept_id LIKE CONCAT('%', #{deptId}, '%')
and tem.role_id = #{roleId}
ORDER BY sortno
</select>
</mapper>