zyy 2 недель назад
Родитель
Сommit
750fc77897
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      fs-service/src/main/resources/mapper/course/FsUserCourseMapper.xml

+ 1 - 0
fs-service/src/main/resources/mapper/course/FsUserCourseMapper.xml

@@ -152,6 +152,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             </when>
             </when>
         </choose>
         </choose>
         group by fu.user_id, fucv.video_id, fu.nick_name, fu.username, fu.avatar, fu.phone, fu.create_time
         group by fu.user_id, fucv.video_id, fu.nick_name, fu.username, fu.avatar, fu.phone, fu.create_time
+        order by watchDate desc
     </select>
     </select>
 
 
     <select id="selectTodayCourseWatchLogCountByUserIdAndProjectId" resultType="java.lang.Integer">
     <select id="selectTodayCourseWatchLogCountByUserIdAndProjectId" resultType="java.lang.Integer">