Browse Source

区间分析剔除情况处理

xyxie 6 months ago
parent
commit
cbb876db82
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

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