|
@@ -3383,7 +3383,7 @@ func (this *ChartInfoController) ChartInfoConvertDetail() {
|
|
startDate, endDate = utils.GetDateByDateTypeV2(dateType, startDate, endDate, startYear, yearMax)
|
|
startDate, endDate = utils.GetDateByDateTypeV2(dateType, startDate, endDate, startYear, yearMax)
|
|
|
|
|
|
// 获取图表中的指标数据
|
|
// 获取图表中的指标数据
|
|
- edbList, xEdbIdValue, yDataList, dataResp, err, errMsg := data.GetChartConvertEdbData(chartInfoId, chartType, calendar, startDate, endDate, mappingList, string(this.Ctx.Input.RequestBody), chartInfo.SeasonExtraConfig)
|
|
|
|
|
|
+ edbList, xEdbIdValue, yDataList, dataResp, err, errMsg := data.GetChartConvertEdbData(chartInfoId, chartType, calendar, startDate, endDate, mappingList, extraConfigStr, chartInfo.SeasonExtraConfig)
|
|
if err != nil {
|
|
if err != nil {
|
|
br.Msg = "获取失败"
|
|
br.Msg = "获取失败"
|
|
if errMsg != `` {
|
|
if errMsg != `` {
|