|
@@ -802,9 +802,9 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
|
|
List<KuaiShouVideoGet> customVideos = new ArrayList<>();
|
|
List<KuaiShouVideoGet> customVideos = new ArrayList<>();
|
|
|
|
|
|
if (Check.isNull(strategy.getMaterialKeyword())) {
|
|
if (Check.isNull(strategy.getMaterialKeyword())) {
|
|
- generalVideos = videoGetService.getNewVideoBetweenTime(strategy.getAccountId(), startTime, endTime, strategy.getChannelType(), "all", null);
|
|
|
|
|
|
+ customVideos = videoGetService.getNewVideoBetweenTime(strategy.getAccountId(), startTime, endTime, strategy.getChannelType(), "all", null);
|
|
//2:查询特定素材
|
|
//2:查询特定素材
|
|
- customVideos = videoGetService.getNewVideoBetweenTime(strategy.getAccountId(), startTime, endTime, strategy.getChannelType(), appInfo.getAppVersion(), null);
|
|
|
|
|
|
+ generalVideos = videoGetService.getNewVideoBetweenTime(strategy.getAccountId(), startTime, endTime, strategy.getChannelType(), appInfo.getAppVersion(), null);
|
|
} else { // tt语音特殊素材查询
|
|
} else { // tt语音特殊素材查询
|
|
generalVideos = videoGetService.getNewVideoBetweenTime(strategy.getAccountId(), startTime, endTime, strategy.getChannelType(), strategy.getMaterialKeyword(), null);
|
|
generalVideos = videoGetService.getNewVideoBetweenTime(strategy.getAccountId(), startTime, endTime, strategy.getChannelType(), strategy.getMaterialKeyword(), null);
|
|
|
|
|