修复普通根据功能获取模型列表解析问题
This commit is contained in:
parent
754346b32f
commit
d7070e7311
|
|
@ -168,7 +168,7 @@ func FindFuncModelListByFunction(function string) ([]dao.Model, error) {
|
|||
for _, v := range models_ {
|
||||
v.Url = ""
|
||||
v.Parameter = ""
|
||||
v.Description = ""
|
||||
//v.Description = ""
|
||||
models = append(models, v)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue