|
@@ -250,6 +250,10 @@ public class RankStrategyBy687 extends RankStrategyBasic {
|
|
|
String customer = rankItem.getExt().getOrDefault(CUSTOMER_FIELD_NAME, "").toString();
|
|
|
|
|
|
Map<String, Double> scoreMap = new HashMap<>();
|
|
|
+ scoreMap.put("hotRankCustomerViewThreshold", hotRankCustomerViewThreshold.doubleValue());
|
|
|
+ scoreMap.put("hotRankCreativeViewThreshold", hotRankCreativeViewThreshold.doubleValue());
|
|
|
+ scoreMap.put("hotRankCalcWeightCoefficient", hotRankCalcWeightCoefficient);
|
|
|
+ scoreMap.put("hotRankMaxWeight", hotRankMaxWeight);
|
|
|
|
|
|
if (StringUtils.isNotBlank(customer) && allCustomerFeatureMap.containsKey(customer)) {
|
|
|
HotRankFeatureInfo customerFeatureInfo = allCustomerFeatureMap.get(customer);
|