|
@@ -682,6 +682,7 @@ func (this *FactorEdbSeriesController) CorrelationMatrix() {
|
|
|
item.EdbInfoId = edb.EdbInfoId
|
|
|
item.EdbCode = edb.EdbCode
|
|
|
item.EdbName = edb.EdbName
|
|
|
+ item.SourceName = edb.SourceName
|
|
|
|
|
|
// 获取指标数据
|
|
|
dataListB := make([]*data_manage.EdbDataList, 0)
|