|
@@ -68,6 +68,7 @@ public class KuaishouProjectVideoGetServiceImpl extends ServiceImpl<KuaishouProj
|
|
if (Check.isNull(list)) {
|
|
if (Check.isNull(list)) {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
+ Thread.sleep(500);
|
|
projectVideoGetMapper.replaceBatch(list);
|
|
projectVideoGetMapper.replaceBatch(list);
|
|
clearProjectVideo(projectId, pageStart + 1);
|
|
clearProjectVideo(projectId, pageStart + 1);
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|