层级清单排序
This commit is contained in:
parent
4797e1e95b
commit
6bff3f0a5a
|
|
@ -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>
|
||||
|
||||
<!--查询岗位列表-->
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user