Roc 2 yıl önce
ebeveyn
işleme
a12673eceb
1 değiştirilmiş dosya ile 0 ekleme ve 5 silme
  1. 0 5
      controllers/base_from_predict_calculate.go

+ 0 - 5
controllers/base_from_predict_calculate.go

@@ -652,11 +652,6 @@ func (this *PredictCalculateController) CalculateBatchSave() {
 		br.ErrMsg = "获取指标信息失败:Err:" + err.Error()
 		return
 	}
-	if fromEdbInfo.EdbInfoType != 1 {
-		br.Msg = "来源指标不是预测指标"
-		br.ErrMsg = "来源指标不是预测指标"
-		return
-	}
 
 	if req.Source == utils.DATA_SOURCE_PREDICT_CALCULATE_TBZ {
 		if req.EdbInfoId <= 0 {