Преглед на файлове

优化模块显示排序

tags/正式版本
王宁 преди 2 години
родител
ревизия
21c9808e0b
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 1
    0
      sapi/src/main/resources/mapper/system/ModuleMapper.xml
  2. 1
    0
      sapi/src/main/resources/mapper/system/ModuledefaultMapper.xml

+ 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">

Loading…
Отказ
Запис