|
@@ -325,11 +325,6 @@ public class RankStrategyBy688 extends RankStrategyBasic {
|
|
|
if (noApiAdVerIds.contains(item.getAdVerId())) {
|
|
|
score = item.getCpm() * cpmCoefficient / 1000;
|
|
|
}
|
|
|
- if (scoreParam.getExpCodeSet().contains(correctCpaExp1) || scoreParam.getExpCodeSet().contains(correctCpaExp2)) {
|
|
|
- Double correctionFactor = (Double) item.getExt().get("correctionFactor");
|
|
|
- item.getScoreMap().put("correctionFactor", correctionFactor);
|
|
|
- score = score * correctionFactor;
|
|
|
- }
|
|
|
item.setScore(score);
|
|
|
}
|
|
|
|