Parcourir la source

Merge branch 'ETA_1.9.4' into debug

zwxi il y a 9 mois
Parent
commit
fd7ad96952
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      services/data/chart_info.go

+ 1 - 0
services/data/chart_info.go

@@ -485,6 +485,7 @@ func getEdbDataMapList(chartInfoId, chartType int, calendar, startDate, endDate
 		var diffSeconds int64
 		if chartType == 2 { //季节性图
 			startDateReal = startDate
+			item.IsAxis = v.IsAxis
 		} else {
 			if v.EdbInfoType == 0 && v.LeadUnit != "" && v.LeadValue > 0 { //领先指标
 				var startTimeRealTemp time.Time