xiatian %!s(int64=2) %!d(string=hai) anos
pai
achega
d268d49c64
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>