浏览代码

商品科目

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>
         </if>
         GROUP BY
         GROUP BY
         c.course_id
         c.course_id
-        ORDER BY c.course_id DESC
+        ORDER BY c.update_time DESC
     </select>
     </select>
 
 
     <select id="selectCourseList_COUNT" resultType="Long">
     <select id="selectCourseList_COUNT" resultType="Long">