Pārlūkot izejas kodu

Merge branch 'bugfix_5753' into debug

zwxi 8 mēneši atpakaļ
vecāks
revīzija
24a8be9a04
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      services/data/chart_info.go

+ 1 - 1
services/data/chart_info.go

@@ -3770,7 +3770,7 @@ func GetChartEdbDataV2(chartInfoId, chartType int, calendar, startDate, endDate
 	case 2: // 季节性图
 		if seasonExtraConfig != "" {
 			// 季节性图计算不管图上数据时间,拿所有数据
-			_, tempEdbList, e := getEdbDataMapList(chartInfoId, chartType, calendar, "1990-01-01", "", mappingList, seasonExtraConfig)
+			_, tempEdbList, e := getEdbDataMapListForSeason(chartInfoId, chartType, calendar, "1990-01-01", "", mappingList, seasonExtraConfig)
 			if e != nil {
 				err = e
 				return