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

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
wsm
2026-06-17 10:31:51 +08:00
co-authored by Claude Opus 4.7
parent f5f9e32d66
commit 9627128477
@@ -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>