|
|
@@ -165,7 +165,6 @@ public class AdPlanConfServiceImpl extends ServiceImpl<AdPlanConfMapper, AdPlanC
|
|
|
List<AdPlan> plans = adPlanService.getPlansByConfId(confId);
|
|
|
plans.forEach(plan -> {
|
|
|
plan.setConversionId(conf.getConversionId());
|
|
|
- plan.setDramaId(conf.getDramaId());
|
|
|
plan.setWxCorpid(conf.getWxCorpid());
|
|
|
plan.setBidAmount(conf.getBidAmount());
|
|
|
plan.setDeepConversionWorthRate(conf.getDeepConversionWorthRate());
|
|
|
@@ -185,7 +184,6 @@ public class AdPlanConfServiceImpl extends ServiceImpl<AdPlanConfMapper, AdPlanC
|
|
|
asyncTencentInterface(plans);
|
|
|
}
|
|
|
|
|
|
- @Async
|
|
|
@Override
|
|
|
public void asyncTencentInterface(List<AdPlan> plans) {
|
|
|
log.info("异步对接腾讯接口开始,计划数量: {}", plans.size());
|