소스 검색

参与记录增加排序

zyy 2 주 전
부모
커밋
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>
         </choose>
         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 id="selectTodayCourseWatchLogCountByUserIdAndProjectId" resultType="java.lang.Integer">