gufengshou1 1 rok pred
rodič
commit
c4bf734090

+ 1 - 0
ad-engine-service/src/main/java/com/tzld/piaoquan/ad/engine/service/predict/model/threshold/ScoreV2ThresholdPredictModel.java

@@ -101,6 +101,7 @@ public class ScoreV2ThresholdPredictModel extends ThresholdPredictModel {
         }
         if(maxItem != null){
             ThresholdModelContainer.mergingDigestAddScore(maxItem.getScore());
+            maxItem.setItemFeature(null);
             log.info("svc=ScoreV2ThresholdPredictModel_predict modelName=ScoreV2ThresholdPredictModel maxItem={} extraParam={} app_type={} realThreshold={}",
                     JSONObject.toJSONString(maxItem), JSONObject.toJSONString(scoreParam.getExtraParam()),modelParam.getAppType(),realThreshold);
         }