xiatian 2 năm trước cách đây
mục cha
commit
d268d49c64
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>