From 8a3a1c0b838d3b532750dc7c69362c2f5b0e7132 Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期一, 18 八月 2025 10:35:59 +0800
Subject: [PATCH] 部分新功能

---
 multi-system/src/main/resources/mapper/system/CatalogueMapper.xml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/multi-system/src/main/resources/mapper/system/CatalogueMapper.xml b/multi-system/src/main/resources/mapper/system/CatalogueMapper.xml
index da41167..ea745dc 100644
--- a/multi-system/src/main/resources/mapper/system/CatalogueMapper.xml
+++ b/multi-system/src/main/resources/mapper/system/CatalogueMapper.xml
@@ -103,6 +103,7 @@
             `mess`,
             `type`,
             `del_flag`,
+            `sort`,
             `create_by`,
             `create_time`,
             `update_by`,
@@ -126,6 +127,11 @@
         ELSE '0'
         END AS UNSIGNED
         ) ASC
+        <if test="type!=1 and type!=null">
+            ,sort asc
+        </if>
+        ,create_time asc
+
     </select>
     <select id="selectCatalogueDataList" resultType="com.gkhy.exam.system.domain.vo.CatalogueDataVo">
         SELECT

--
Gitblit v1.9.2