Browse Source

剔除数据处理

xyxie 7 months ago
parent
commit
1af699f3af
1 changed files with 1 additions and 0 deletions
  1. 1 0
      services/data/range_analysis/chart_info.go

+ 1 - 0
services/data/range_analysis/chart_info.go

@@ -761,6 +761,7 @@ func getChartDataByEdbInfo(edbInfoMapping *models.ChartEdbInfoMapping, req *mode
 					dealDataList = append(dealDataList, v)
 				}
 			}
+			newDataList = dealDataList
 		case 2:
 			for i, v := range newDataList {
 				if utils.CompareFloatByOpStrings(req.UnNormalDataConf.Formula, v.Value, req.UnNormalDataConf.Value) {