层级清单排序

This commit is contained in:
mythxb 2023-10-07 13:53:55 +08:00
parent 4797e1e95b
commit 6bff3f0a5a

View File

@ -589,7 +589,7 @@
AND (lf.PerformClassName like #{condition} or su.ChinaName like #{condition})
AND su.`SysUserId` IS NOT NULL
AND su.State = '启用'
ORDER BY lf.`SortId` ASC,lf.`PerformClassCode` ASC
ORDER BY lf.`SysLevel` ASC,lf.`SortId` ASC
</select>
<!--查询岗位列表-->