|
@@ -131,7 +131,7 @@ public class RankStrategyBy680 extends RankStrategyBasic {
|
|
|
Map<String, String> sceneFeatureMap = this.handleSceneFeature(ts);
|
|
|
long time1 = System.currentTimeMillis();
|
|
|
|
|
|
- boolean isGuaranteedFlow = getIsGuaranteedFlow();
|
|
|
+ boolean isGuaranteedFlow = getIsGuaranteedFlow(scoreParam);
|
|
|
Map<String, GuaranteeView> map = getGuaranteeViewMap(request, isGuaranteedFlow);
|
|
|
Map<Long, CorrectCpaParam> correctCpaMap = getCorrectCpaParamMap(request, scoreParam);
|
|
|
List<AdRankItem> adRankItems = new ArrayList<>();
|