xiatian 2 years ago
parent
commit
d268d49c64
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/UserCourseRelationMapper.xml

+ 1 - 1
src/main/resources/mapper/UserCourseRelationMapper.xml

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