@@ -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)