浏览代码

Merge branch 'ETA_1.9.4' into debug

zwxi 9 月之前
父节点
当前提交
fd7ad96952
共有 1 个文件被更改,包括 1 次插入0 次删除
  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