|
@@ -116,6 +116,7 @@ public class RankService680 {
|
|
|
|
|
|
for (AdRankItem item : result) {
|
|
|
item.setScore(item.getLrScore() * item.getCpa());
|
|
|
+ item.getScoreMap().put("cpa", item.getCpa());
|
|
|
item.getFeatureMap().putAll(userFeatureMap);
|
|
|
if (MapUtils.isNotEmpty(videoFeature)) {
|
|
|
item.getMetaFeatureMap().putAll(videoFeature);
|