|
@@ -330,7 +330,9 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
|
|
|
if (null == newCampaignId) {
|
|
|
return videoCnt;
|
|
|
}
|
|
|
- channel = channelService.queryUsedChannel(accountId, newCampaignId, level);
|
|
|
+ if (useChannel == 1) {
|
|
|
+ channel = channelService.queryUsedChannel(accountId, newCampaignId, level);
|
|
|
+ }
|
|
|
if (Check.isNull(channel)) {
|
|
|
return videoCnt;
|
|
|
}
|
|
@@ -676,7 +678,9 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
|
|
|
if (null == newCampaignId) {
|
|
|
return;
|
|
|
}
|
|
|
- channel = channelService.queryUsedChannel(accountId, newCampaignId, level);
|
|
|
+ if (useChannel == 1) {
|
|
|
+ channel = channelService.queryUsedChannel(accountId, newCampaignId, level);
|
|
|
+ }
|
|
|
if (Check.isNull(channel)) {
|
|
|
return;
|
|
|
}
|