he2802 3 лет назад
Родитель
Сommit
f67c062261

+ 1 - 0
zhongzheng-system/src/main/resources/mapper/modules/course/CourseMenuMapper.xml

@@ -59,6 +59,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
                 AND m.type = 3
         WHERE
             m.course_id = #{courseId}
+        ORDER BY m.sort DESC
     </select>
 
 </mapper>