diff --git a/inventory-dao/src/main/resources/mapper/user/ListPerformMapper.xml b/inventory-dao/src/main/resources/mapper/user/ListPerformMapper.xml index 841bdbe..fb7dce3 100644 --- a/inventory-dao/src/main/resources/mapper/user/ListPerformMapper.xml +++ b/inventory-dao/src/main/resources/mapper/user/ListPerformMapper.xml @@ -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