xyxie 1 년 전
부모
커밋
b603aa73a7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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)