fix
This commit is contained in:
parent
d1aab4ded8
commit
10252aa8fe
|
@ -46,6 +46,7 @@ func (l *GetProductTemplateTagsLogic) GetProductTemplateTags(req *types.GetProdu
|
|||
var (
|
||||
productTemplateTags []gmodel.FsProductTemplateTags
|
||||
)
|
||||
logx.Info("获取模板标签用户信息:", userinfo.UserId, "---", userinfo.GuestId)
|
||||
//获取用户元数据
|
||||
userMaterial, err := l.svcCtx.AllModels.FsUserMaterial.FindLatestOne(l.ctx, userinfo.UserId, userinfo.GuestId)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue
Block a user