소스 검색

fix 退款

he2802 3 년 전
부모
커밋
b6b65ec514
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