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