浏览代码

Merge branch 'hotfix_20241218_add_ecpm' of algorithm/ad-engine into master

zhaohaipeng 4 月之前
父节点
当前提交
743dc6bbf5

+ 1 - 1
ad-engine-service/src/main/java/com/tzld/piaoquan/ad/engine/service/predict/v2/PredictServiceV2.java

@@ -40,7 +40,7 @@ public class PredictServiceV2 {
             if (randomRate < newUserShowAdRate) {
                 context.getLogParam().getScoreMap().put("newUserShowAdRate", newUserShowAdRate);
                 context.getLogParam().getScoreMap().put("randomRate", randomRate);
-                score = 0;
+                score = 1;
             }
         } else {
             context.getLogParam().getMetaFeature().putAll(userFeature);