|
@@ -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());
|