|
@@ -3772,7 +3772,7 @@ func GetChartEdbDataV2(chartInfoId, chartType int, calendar, startDate, endDate
|
|
case 2: // 季节性图
|
|
case 2: // 季节性图
|
|
if seasonExtraConfig != "" {
|
|
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 {
|
|
if e != nil {
|
|
err = e
|
|
err = e
|
|
return
|
|
return
|