|
@@ -249,6 +249,11 @@ func GetChartInfoDetail(c *gin.Context) {
|
|
|
myChartInfo.CreateTime = utils.TimeTransferString(utils.FormatDateTime, exists.CreateTime)
|
|
|
}
|
|
|
|
|
|
+ // 图表的指标来源
|
|
|
+ sourceNameList, sourceNameEnList := chart.GetEdbSourceByEdbInfoIdList(edbList)
|
|
|
+ chartInfo.ChartSource = strings.Join(sourceNameList, ",")
|
|
|
+ chartInfo.ChartSourceEn = strings.Join(sourceNameEnList, ",")
|
|
|
+
|
|
|
resp := new(chart_info.ChartInfoDetailResp)
|
|
|
resp.ChartInfo = chartInfo
|
|
|
resp.EdbInfoList = edbList
|