Browse Source

修改取值问题

syh 4 years ago
parent
commit
14b0b58861

+ 1 - 1
module-toutiao/src/main/java/cn/com/ctop/toutiao/modules/report/service/impl/ReportServiceImpl.java

@@ -199,6 +199,7 @@ public class ReportServiceImpl implements IReportService {
                 JSONObject audienceObject = JSONObject.parseObject(plan.getAudience());
                 target.setAccountId(token.getAccountId());
                 target.setAccountName(allocation.getAuthName());
+                target.setDeepBidType(plan.getDeepBidType());
                 target.setPlanId(ruleDataPlan.getPlanId());
                 target.setId(ruleDataPlan.getPlanId());
                 target.setCreateTime(new Date());
@@ -245,7 +246,6 @@ public class ReportServiceImpl implements IReportService {
     }
 
     private void formatCreativeData(JSONObject detail, UserAllocation allocation, RuleDataPlan plan) {
-        System.out.println(detail.toJSONString());
         //广告来源
         String source = detail.getString("source");
         Integer isPresentedVideo = detail.getInteger("isPresentedVideo");