gufengshou1 před 1 rokem
rodič
revize
9c74c07884

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

@@ -34,7 +34,7 @@ public class NoShareUserThresholdPredictModel extends ThresholdPredictModel {
     @Autowired
     private FeatureRemoteService featureRemoteService;
 
-    Random random;
+    Random random=new Random();
 
     @Value("${ad.predict.threshold.share0:0.4}")
     private double threshold;