소스 검색

商品科目

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