소스 검색

模块显示排序

tags/正式版本
王宁 2 년 전
부모
커밋
25e9ca4c9d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      sapi/src/main/resources/mapper/system/ModuleMapper.xml

+ 1
- 1
sapi/src/main/resources/mapper/system/ModuleMapper.xml 파일 보기

@@ -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…
취소
저장