Roc 2 years ago
parent
commit
e17e4c159f
1 changed files with 0 additions and 4 deletions
  1. 0 4
      controllers/base_from_predict_calculate.go

+ 0 - 4
controllers/base_from_predict_calculate.go

@@ -647,10 +647,6 @@ func (this *PredictCalculateController) CalculateBatchSave() {
 		nhccDate.StartDate = startDate
 		nhccDate.EndDate = endDate
 	}
-	if fromEdbInfoId <= 0 {
-		br.Msg = "请选择指标"
-		return
-	}
 	if err != nil {
 		br.Msg = "获取指标信息失败"
 		br.ErrMsg = "获取指标信息失败:Err:" + err.Error()