|
@@ -1829,9 +1829,9 @@ public class AiKuaishouAccountAutoDoServiceImpl implements IAiKuaishouAccountAut
|
|
}
|
|
}
|
|
campaignId = (Long) campaignCreateResult.get("campaignId");
|
|
campaignId = (Long) campaignCreateResult.get("campaignId");
|
|
|
|
|
|
-// if (!Check.isNull(channel)) {
|
|
|
|
-// channelService.callBackUpdateChannelRel("plan", channel.getChannelCode(), token.getAccountId(), campaignId, null);
|
|
|
|
-// }
|
|
|
|
|
|
+ if (!Check.isNull(channel)) {
|
|
|
|
+ channelService.callBackUpdateChannelRel("plan", channel.getChannelCode(), token.getAccountId(), campaignId, null);
|
|
|
|
+ }
|
|
record.setCampaignId(campaignId);
|
|
record.setCampaignId(campaignId);
|
|
aiKuaishouCampaignLevelOperationRecordService.saveOrUpdate(record);
|
|
aiKuaishouCampaignLevelOperationRecordService.saveOrUpdate(record);
|
|
Integer campaignStatus = strategy.getCampaignStatus();
|
|
Integer campaignStatus = strategy.getCampaignStatus();
|