change преди 3 години
родител
ревизия
5b6b45554e
променени са 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

@@ -426,7 +426,7 @@
         <if test="userId != null and userId != ''">
             and o.user_id = #{userId}
         </if>
-        order by o.pay_time desc
+        order by o.create_time desc
     </select>
     <select id="courseList" parameterType="com.zhongzheng.modules.course.bo.CourseQueryBo"  resultMap="CourseUserVo">
         SELECT