xiatian пре 2 година
родитељ
комит
d268d49c64
1 измењених фајлова са 1 додато и 1 уклоњено
  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>