@@ -775,6 +775,8 @@ func (c *EdbInfoController) YongyiAddCheck() {
for _, v := range list {
if edb, ok := existMap[v.IndexCode]; ok {
v.EdbInfoId = edb.EdbInfoId
+ v.EdbClassifyId = edb.ClassifyId
+ v.EdbUniqueCode = edb.UniqueCode
v.EdbExist = 1
}
resp = append(resp, v)
@@ -25,6 +25,8 @@ type BaseFromYongyiIndexList struct {
ClassifyId int
Interface string
EdbInfoId int
+ EdbUniqueCode string `description:"指标库唯一编码"`
+ EdbClassifyId int `description:"指标库分类ID"`
IndexCode string
IndexName string
Frequency string