فهرست منبع

fix 商品上架

he2802 4 سال پیش
والد
کامیت
79112c53d3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/course/CourseMenuMapper.xml

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

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