|
|
@@ -311,6 +311,7 @@ public class AdPlanConfController {
|
|
|
adPlan.setDeepConversionWorthRate(BigDecimal.ZERO);
|
|
|
}
|
|
|
adPlan.setWxCorpid(request.getWxCorpid());
|
|
|
+ adPlan.setStatus(1);
|
|
|
plans.add(adPlan);
|
|
|
List<AdPlanCreative> adPlanCreatives = new ArrayList<>();
|
|
|
adPlan.setAdCreatives(adPlanCreatives);
|
|
|
@@ -340,6 +341,7 @@ public class AdPlanConfController {
|
|
|
adPlanCreative.setBrandImageFileMd5(request.getBrandImageFile().getFileMd5());
|
|
|
adPlanCreative.setButtonText(request.getButtonText());
|
|
|
adPlanCreative.setPageIds(request.getPageIds());
|
|
|
+ adPlanCreative.setStatus(1);
|
|
|
adPlanCreatives.add(adPlanCreative);
|
|
|
}
|
|
|
}
|
|
|
@@ -385,6 +387,7 @@ public class AdPlanConfController {
|
|
|
adPlan.setDeepConversionWorthRate(BigDecimal.ZERO);
|
|
|
}
|
|
|
adPlan.setWxCorpid(request.getWxCorpid());
|
|
|
+ adPlan.setStatus(1);
|
|
|
plans.add(adPlan);
|
|
|
List<AdPlanCreative> adPlanCreatives = new ArrayList<>();
|
|
|
adPlan.setAdCreatives(adPlanCreatives);
|
|
|
@@ -414,6 +417,7 @@ public class AdPlanConfController {
|
|
|
adPlanCreative.setBrandImageFileMd5(request.getBrandImageFile().getFileMd5());
|
|
|
adPlanCreative.setButtonText(request.getButtonText());
|
|
|
adPlanCreative.setPageIds(request.getPageIds());
|
|
|
+ adPlanCreative.setStatus(1);
|
|
|
adPlanCreatives.add(adPlanCreative);
|
|
|
}
|
|
|
}
|