@@ -10,6 +10,6 @@
t.course_id=s.id
where
t.user_id=#{userId}
- order by t.id
+ order by t.create_time
</select>
</mapper>