Przeglądaj źródła

update content-service/vod VideoPlayServiceImpl

reghao 6 miesięcy temu
rodzic
commit
4cc5766f29

+ 1 - 1
content/content-service/src/main/java/cn/reghao/tnb/content/app/vod/service/impl/VideoPlayServiceImpl.java

@@ -164,7 +164,7 @@ public class VideoPlayServiceImpl implements VideoPlayService {
                 return PageScroll.empty();
             }
 
-            nextId = maxId;
+            nextId = maxId+1;
         }
 
         int total = playRecordMapper.countUserRecord(userId);