|
@@ -321,7 +321,7 @@ public class RankStrategyBy894 extends RankStrategyBasic {
|
|
|
if (CollectionUtils.isEmpty(adRankItems)) {
|
|
if (CollectionUtils.isEmpty(adRankItems)) {
|
|
|
log.error("adRankItems is empty");
|
|
log.error("adRankItems is empty");
|
|
|
}
|
|
}
|
|
|
- List<AdRankItem> result = ScorerUtils.getScorerPipeline(ScorerUtils.PAI_SCORE_CONF_20250804).scoring(sceneFeatureMap, userFeatureMap, adRankItems);
|
|
|
|
|
|
|
+ List<AdRankItem> result = ScorerUtils.getScorerPipeline(ScorerUtils.PAI_SCORE_CONF_20260804).scoring(sceneFeatureMap, userFeatureMap, adRankItems);
|
|
|
if (CollectionUtils.isEmpty(result)) {
|
|
if (CollectionUtils.isEmpty(result)) {
|
|
|
log.error("scoring result is empty");
|
|
log.error("scoring result is empty");
|
|
|
}
|
|
}
|