fix:上传模块调整
This commit is contained in:
parent
d2c8fa9020
commit
8996424556
|
@ -66,7 +66,7 @@ func (l *GetMapLibraryListLogic) GetMapLibraryList(req *types.Request, userinfo
|
||||||
if tagIndex, ok := mapTag[*v.TagId]; ok {
|
if tagIndex, ok := mapTag[*v.TagId]; ok {
|
||||||
data.Tag = &types.MapLibraryListTag{
|
data.Tag = &types.MapLibraryListTag{
|
||||||
Id: templateTagList[tagIndex].Id,
|
Id: templateTagList[tagIndex].Id,
|
||||||
Title: *templateTagList[tagIndex].Title,
|
Title: *templateTagList[tagIndex].TemplateTag,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//解析info
|
//解析info
|
||||||
|
|
Loading…
Reference in New Issue
Block a user