|
@@ -82,6 +82,7 @@ public class RankStrategyBy687 extends RankStrategyBasic {
|
|
|
.collect(Collectors.toList());
|
|
|
String keyFormat = "ad:engine:customer:layer:info:%s:" + userLayer;
|
|
|
List<HotRankFeatureInfo> customerFeature = this.multiGetFeature(customers, keyFormat);
|
|
|
+ log.info("customerFeature={}", JSON.toJSONString(customerFeature));
|
|
|
String customer = this.choose(customerFeature, hotRankCustomerViewThreshold);
|
|
|
|
|
|
// 从当前客户的所有创意中,选择一个创意
|