Explorar el Código

区间分析剔除情况处理

xyxie hace 9 meses
padre
commit
cbb876db82
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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) {