diff --git a/inventory-dao/src/main/resources/mapper/user/ListPerformMapper.xml b/inventory-dao/src/main/resources/mapper/user/ListPerformMapper.xml
index 27003e0..62cc642 100644
--- a/inventory-dao/src/main/resources/mapper/user/ListPerformMapper.xml
+++ b/inventory-dao/src/main/resources/mapper/user/ListPerformMapper.xml
@@ -655,7 +655,7 @@
and FIND_IN_SET(#{superPerformId},lp.parent_path)
- ORDER BY lp.SysLevel ASC, lp.`SortId` ASC
+ ORDER BY lp.SysLevel ASC, lp.`SortId` ASC,lp.ListPerformId ASC
diff --git a/inventory-dao/src/main/resources/mapper/user/SysUnitMapper.xml b/inventory-dao/src/main/resources/mapper/user/SysUnitMapper.xml
index e248ec1..96914e6 100644
--- a/inventory-dao/src/main/resources/mapper/user/SysUnitMapper.xml
+++ b/inventory-dao/src/main/resources/mapper/user/SysUnitMapper.xml
@@ -528,7 +528,21 @@
+
+
+