he2802 3 år sedan
förälder
incheckning
b6b65ec514

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

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