|
@@ -86,7 +86,7 @@ public class KuaishouVideoRelateCreativesJob {
|
|
int count = 0;
|
|
int count = 0;
|
|
for (KuaiShouVideoGet video : KuaiShouVideoGets) {
|
|
for (KuaiShouVideoGet video : KuaiShouVideoGets) {
|
|
count++;
|
|
count++;
|
|
- if (count < 10) {
|
|
|
|
|
|
+ if (count < 20) {
|
|
photoIds.add(video.getPhotoId());
|
|
photoIds.add(video.getPhotoId());
|
|
statdateMap.put(video.getPhotoId(), video.getStatDate());
|
|
statdateMap.put(video.getPhotoId(), video.getStatDate());
|
|
} else {
|
|
} else {
|