|
@@ -307,6 +307,8 @@ func (c *EdbInfoRelationController) RelationEdbListDetail() {
|
|
case utils.BALANCE_TABLE:
|
|
case utils.BALANCE_TABLE:
|
|
tmp.ReferObjectTypeName = "平衡表"
|
|
tmp.ReferObjectTypeName = "平衡表"
|
|
}
|
|
}
|
|
|
|
+ case utils.EDB_RELATION_PREDICT_EDB:
|
|
|
|
+ tmp.ReferObjectTypeName = "预测指标"
|
|
}
|
|
}
|
|
list = append(list, tmp)
|
|
list = append(list, tmp)
|
|
}
|
|
}
|