|
|
@@ -87,8 +87,6 @@ public class PredictModelServiceImpl implements PredictModelService {
|
|
|
private PredictStrategyByRorCopy predictStrategyByRorCopy;
|
|
|
@Autowired
|
|
|
private PredictStrategyByFissionRateCopy predictStrategyByFissionRateCopy;
|
|
|
- @Autowired
|
|
|
- private PredictStrategyChubuchuModi predictStrategyChubuchuModi;
|
|
|
|
|
|
@Autowired
|
|
|
private UserService userService;
|
|
|
@@ -210,12 +208,6 @@ public class PredictModelServiceImpl implements PredictModelService {
|
|
|
|
|
|
if(in817time){
|
|
|
|
|
|
- // 摸底熔断
|
|
|
- Map<String, Object> predictModi = predictStrategyChubuchuModi.predict(predictContext);
|
|
|
- if (MapUtils.isNotEmpty(predictModi)) {
|
|
|
- return predictModi;
|
|
|
- }
|
|
|
-
|
|
|
// 早间ror熔断
|
|
|
Map<String, Object> userRorPredictMorning = predictStrategyByRorMorning.predict(predictContext);
|
|
|
if (MapUtils.isNotEmpty(userRorPredictMorning)) {
|
|
|
@@ -235,12 +227,6 @@ public class PredictModelServiceImpl implements PredictModelService {
|
|
|
// predictExtInfo = predictStrategyBy819.predict(predictContext);
|
|
|
// }
|
|
|
|
|
|
- // 摸底熔断
|
|
|
- Map<String, Object> predictModi = predictStrategyChubuchuModi.predict(predictContext);
|
|
|
- if (MapUtils.isNotEmpty(predictModi)) {
|
|
|
- return predictModi;
|
|
|
- }
|
|
|
-
|
|
|
Map<String, Object> userLayerPredict = userLayerRootSessionIdPredict.predict(predictContext);
|
|
|
if (MapUtils.isNotEmpty(userLayerPredict)) {
|
|
|
// 填充 819 参数
|