xueyiming 1 mesiac pred
rodič
commit
cc556c6a62

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

@@ -185,7 +185,7 @@ public class RankStrategyBy688 extends RankStrategyBasic {
                 }
             }
         }
-
+        log.info("guarantee map={}", map);
         Map<String, String> sceneFeatureMap = this.handleSceneFeature(ts);
         long time1 = System.currentTimeMillis();
 
@@ -214,6 +214,7 @@ public class RankStrategyBy688 extends RankStrategyBasic {
                     adRankItem.getExt().put("recallsources", dto.getRecallSources());
                     if (MapUtils.isNotEmpty(map)) {
                         GuaranteeView guaranteeView = map.get(dto.getAdVerId());
+                        log.info("map guaranteeView={}", guaranteeView);
                         if (guaranteeView != null) {
                             double guaranteeWeight = getGuaranteeWeight(guaranteeView);
                             adRankItem.getExt().put("guaranteeView", guaranteeView.toString());