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