|
@@ -96,6 +96,7 @@ func (d *DataSmt) Detail(id string) *pb.DatasmtRespDetail {
|
|
|
ClearStatus: common.InterfaceToStr(v["clear_status"]),
|
|
|
DataExample: common.InterfaceToStr(v["data_example"]),
|
|
|
Introduce: common.InterfaceToStr(v["introduce"]),
|
|
|
+ Keyword: common.InterfaceToStr(v["keyword"]),
|
|
|
}
|
|
|
for _, v := range config.C.DataSmt.FieldIllustrate {
|
|
|
if dataType == v.Code {
|