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