xyxie 1 year ago
parent
commit
b603aa73a7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      controllers/data_manage/edb_info_calculate.go

+ 2 - 2
controllers/data_manage/edb_info_calculate.go

@@ -1868,8 +1868,8 @@ func (this *ChartInfoController) BatchCalculateBatchEdit() {
 		}
 	}
 
-	if len(req.EdbList) > 100 {
-		br.Msg = "最多只能选择100个指标"
+	if len(req.EdbList) > 50 {
+		br.Msg = "最多只能选择50个指标"
 		return
 	}
 	reqEdbList := make([]*data_manage.CalculateEdbInfoItem, 0)