Просмотр исходного кода

优化模块显示排序

tags/正式版本
王宁 2 лет назад
Родитель
Сommit
21c9808e0b

+ 1
- 0
sapi/src/main/resources/mapper/system/ModuleMapper.xml Просмотреть файл

@@ -27,6 +27,7 @@
27 27
             <when test="moduletype==5">and moduletype between 2 and 4</when>
28 28
             <otherwise>and moduletype=#{moduletype}</otherwise>
29 29
         </choose>
30
+        order by morder,moduleid
30 31
     </select>
31 32
 
32 33
     <update id="updateOrder">

+ 1
- 0
sapi/src/main/resources/mapper/system/ModuledefaultMapper.xml Просмотреть файл

@@ -23,6 +23,7 @@
23 23
             <when test="moduletype==5">and moduletype between 2 and 4</when>
24 24
             <otherwise>and moduletype=#{moduletype}</otherwise>
25 25
         </choose>
26
+        order by morder,moduleid
26 27
     </select>
27 28
     <!--获取学校id集合-->
28 29
     <select id="listSchoolId" resultType="java.lang.Integer">

Загрузка…
Отмена
Сохранить