Browse Source

增加日志

xueyiming 4 weeks ago
parent
commit
5eaee42c28

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

@@ -338,6 +338,7 @@ public class RankStrategyBy688 extends RankStrategyBasic {
                 } else {
                     guaranteeScoreCoefficient = Math.pow((double) item.getExt().get("guaranteeWeight"), alpha);
                 }
+                log.info("guaranteeScoreCoefficient={}", guaranteeScoreCoefficient);
                 item.setScore(item.getLrScore() * scoreCoefficient * item.getCpa() * guaranteeScoreCoefficient);
                 item.getScoreMap().put("guaranteeScoreCoefficient", guaranteeScoreCoefficient);
             } else {