Roc 2 年之前
父節點
當前提交
a12673eceb
共有 1 個文件被更改,包括 0 次插入5 次删除
  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 {