fix
This commit is contained in:
parent
88d06f68f6
commit
dc4f6dda50
|
@ -80,7 +80,7 @@ func (l *GetProductTemplateTagsLogic) GetProductTemplateTags(req *types.GetProdu
|
||||||
logx.Error(err)
|
logx.Error(err)
|
||||||
return resp.SetStatusWithMessage(basic.CodeJsonErr, "invalid format of metadata`s template_tag")
|
return resp.SetStatusWithMessage(basic.CodeJsonErr, "invalid format of metadata`s template_tag")
|
||||||
}
|
}
|
||||||
//获取选中的颜色数据
|
//从用户元数据获取选中的颜色数据
|
||||||
mapSelectColor := make(map[string]int) //key是模板标签val是选中的索引
|
mapSelectColor := make(map[string]int) //key是模板标签val是选中的索引
|
||||||
if logoInfo.UserInfoMetadata != nil && *logoInfo.UserInfoMetadata != "" {
|
if logoInfo.UserInfoMetadata != nil && *logoInfo.UserInfoMetadata != "" {
|
||||||
//解析用户信息元数据
|
//解析用户信息元数据
|
||||||
|
|
Loading…
Reference in New Issue
Block a user