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

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

@@ -237,7 +237,7 @@
         </if>
         GROUP BY
         c.course_id
-        ORDER BY c.course_id DESC
+        ORDER BY c.update_time DESC
     </select>
 
     <select id="selectCourseList_COUNT" resultType="Long">