From 6bff3f0a5a57af2c137b581925bc1184e9b375a3 Mon Sep 17 00:00:00 2001 From: mythxb Date: Sat, 7 Oct 2023 13:53:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=82=E7=BA=A7=E6=B8=85=E5=8D=95=E6=8E=92?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/user/ListPerformMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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