Browse Source

feat:添加日志

zhaohaipeng 11 months ago
parent
commit
e49eb8b836

+ 0 - 1
ad-engine-service/src/main/java/com/tzld/piaoquan/ad/engine/service/score/VideoAdThompsonScorerV2.java

@@ -453,7 +453,6 @@ public class VideoAdThompsonScorerV2 {
                 ext.put("bid2", dto.getBid2());
                 ext.put("cidStatistic", JSON.toJSONString(cidStatistic));
                 ext.put("vidCidStatistic", JSON.toJSONString(vidCidStatistic));
-                ext.put("scoreCalcWay", scoreCalcWay);
                 ext.put("cpa", cpa);
             } catch (Exception e) {
                 log.error("svc=670exp, error: ", e);