|
@@ -107,7 +107,7 @@ public class AiStrategyServiceImpl implements IAiStrategyService {
|
|
List<KuaiShouVideoGet> fullVideos = new ArrayList<KuaiShouVideoGet>();
|
|
List<KuaiShouVideoGet> fullVideos = new ArrayList<KuaiShouVideoGet>();
|
|
fullVideos.addAll(highQualityVideos);
|
|
fullVideos.addAll(highQualityVideos);
|
|
fullVideos.addAll(newVideos);
|
|
fullVideos.addAll(newVideos);
|
|
- if(null == fullVideos){
|
|
|
|
|
|
+ if(fullVideos.isEmpty()){
|
|
log.info("素材获取失败=>accountId:{}",accountId);
|
|
log.info("素材获取失败=>accountId:{}",accountId);
|
|
return;
|
|
return;
|
|
}
|
|
}
|