Browse Source

模块显示排序

tags/正式版本
王宁 2 years ago
parent
commit
25e9ca4c9d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sapi/src/main/resources/mapper/system/ModuleMapper.xml

+ 1
- 1
sapi/src/main/resources/mapper/system/ModuleMapper.xml View File

@@ -59,7 +59,7 @@
59 59
             <when test="moduletype==5">and m.moduletype between 2 and 4</when>
60 60
             <otherwise>and m.moduletype=#{moduletype}</otherwise>
61 61
         </choose>
62
-        and m.display=1 ORDER BY m.morder
62
+        and m.display=1 ORDER BY m.morder,m.moduleid
63 63
     </select>
64 64
     <!--删除默认模块关联的学校模块-->
65 65
     <delete id="deleteByDefaultId">

Loading…
Cancel
Save