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