|
@@ -572,6 +572,7 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
|
|
record.setCampaignName(campaignName);
|
|
record.setCampaignName(campaignName);
|
|
if (code != 0) {
|
|
if (code != 0) {
|
|
log.info("计划创建失败=>message:{}", message);
|
|
log.info("计划创建失败=>message:{}", message);
|
|
|
|
+ record.setCampaignId(0L);
|
|
aiKuaishouCampaignLevelOperationRecordService.saveOrUpdate(record);
|
|
aiKuaishouCampaignLevelOperationRecordService.saveOrUpdate(record);
|
|
return null;
|
|
return null;
|
|
}
|
|
}
|