Merge branch 'feature-pay_picture-wxy-20241216' into test

This commit is contained in:
wangxinyu 2024-12-18 15:00:16 +08:00
commit 54a4456d9b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ func (v *Image) TransToCImage(image *dbstruct.Image, isAMember int64) *dbstruct.
// 会员可以查看原图
if isAMember == consts.PermanentMember {
imgSrcId = ""
imgSrcId = image.SrcId
}
return &dbstruct.ToCImage{