|
@@ -189,7 +189,7 @@ func GetFutureGoodChartInfoDetailFromUniqueCode(chartInfo *models.ChartInfo, key
|
|
|
chartInfo.UnitEn = baseEdbInfo.UnitEn
|
|
|
|
|
|
// 图表的指标来源
|
|
|
- sourceNameList, sourceNameEnList := data.GetEdbSourceByEdbInfoIdList(resp.EdbInfoList)
|
|
|
+ sourceNameList, sourceNameEnList := data.GetEdbSourceByEdbInfoIdList(edbList)
|
|
|
chartInfo.ChartSource = strings.Join(sourceNameList, ",")
|
|
|
chartInfo.ChartSourceEn = strings.Join(sourceNameEnList, ",")
|
|
|
|
|
@@ -370,7 +370,7 @@ func GetCorrelationChartInfoDetailFromUniqueCode(chartInfo *models.ChartInfo, ke
|
|
|
}
|
|
|
|
|
|
// 图表的指标来源
|
|
|
- sourceNameList, sourceNameEnList := data.GetEdbSourceByEdbInfoIdList(resp.EdbInfoList)
|
|
|
+ sourceNameList, sourceNameEnList := data.GetEdbSourceByEdbInfoIdList(edbList)
|
|
|
chartInfo.ChartSource = strings.Join(sourceNameList, ",")
|
|
|
chartInfo.ChartSourceEn = strings.Join(sourceNameEnList, ",")
|
|
|
|