|
@@ -67,7 +67,7 @@ public class KuaishouProjectVideoGetServiceImpl extends ServiceImpl<KuaishouProj
|
|
|
if (Check.isNull(updateTime) && pageNo == 1) {
|
|
|
updateTime = projectVideoGetMapper.queryLatestUpdateTime(projectId);
|
|
|
}
|
|
|
- PageHelper.startPage(pageNo, 1500, false);
|
|
|
+ PageHelper.startPage(pageNo, 1000, false);
|
|
|
List<KuaishouProjectVideoGet> list = videoGetMapper.selectProjectVideo(projectId, updateTime);
|
|
|
if (Check.isNull(list)) {
|
|
|
return;
|