fix:设置logo数据库为用户自己素材

This commit is contained in:
momo 2023-11-07 14:19:49 +08:00
parent 241bed34c3
commit f6527e8c7d

View File

@ -124,6 +124,7 @@ func (l *UserLogoDataSetLogic) UserLogoDataSet(req *types.UserLogoDataSetReq, us
ResourceUrl: logoData.ResourceUrl,
Metadata: &userMaterialMetadata,
Ctime: &nowTime,
LogoId: &req.LogoDataId,
}
resCreate := l.svcCtx.MysqlConn.Create(&materialInfo)
err = resCreate.Error