Parcourir la source

Merge branch '13.8'

Roc il y a 2 ans
Parent
commit
27751b5930
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      services/data/correlation/chart_info.go

+ 1 - 1
services/data/correlation/chart_info.go

@@ -277,7 +277,7 @@ func GetChartDataByEdbInfo(edbInfoMappingA, edbInfoMappingB *models.ChartEdbInfo
 			changeDataList = tmpNewChangeDataList
 		} else {
 			changeDataList = bDataList
-			for _, v := range baseDataList {
+			for _, v := range bDataList {
 				changeDataMap[v.DataTime] = v.Value
 			}
 		}