|
@@ -358,7 +358,7 @@ public class RankStrategyBy688 extends RankStrategyBasic {
|
|
|
}
|
|
|
top1Item.getExt().put("participateCompetitionType", StringUtils.join(participateCompetitionType, ","));
|
|
|
Double modelCtcvrScore = top1Item.getScoreMap().get("modelCtcvrScore");
|
|
|
- Double ctcvrScore = top1Item.getScoreMap().get("modelCtcvrScore");
|
|
|
+ Double ctcvrScore = top1Item.getScoreMap().get("ctcvrScore");
|
|
|
if (scoreParam.getExpCodeSet().contains(checkoutEcpmExp)) {
|
|
|
top1Item.getExt().put("ecpm", ctcvrScore * top1Item.getCpa() * 1000);
|
|
|
} else {
|