Ver Fonte

商品科目

he2802 há 3 anos atrás
pai
commit
49c9e6d2c1

+ 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">