فهرست منبع

update PlayRecordMapper.xml

reghao 7 ماه پیش
والد
کامیت
37c0ed63ac
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      content/content-service/src/main/resources/mapper/vod/PlayRecordMapper.xml

+ 1 - 1
content/content-service/src/main/resources/mapper/vod/PlayRecordMapper.xml

@@ -48,7 +48,7 @@
         from vod_play_record record
         inner join vod_video_post post
         on record.video_id=post.video_id and record.user_id=#{userId}
-        where record.ended is false and record.create_at <= #{nextId}
+        where record.ended is false and record.create_at < #{nextId}
         order by `create_at` desc
         limit #{pageSize}
     </select>