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