This commit is contained in:
laodaming 2023-09-04 18:29:25 +08:00
parent d1aab4ded8
commit 10252aa8fe

View File

@ -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 {