Merge pull request 'by Robin at 20240711' (#610) from BUG-20240711 into main

Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/610
This commit is contained in:
chenhao 2024-07-11 08:15:09 +08:00
commit ab07bcfadf
1 changed files with 1 additions and 1 deletions

View File

@ -1735,7 +1735,7 @@ func (s *Service) utilFillZoneMomentsWithApiVOInfo(ctx *gin.Context, list []*dbs
vo.CopyStreamerExt(streamerExtMap[vo.GetMid()]) vo.CopyStreamerExt(streamerExtMap[vo.GetMid()])
// 是否点赞 // 是否点赞
if err = s.utilFillIsZoneMomentThumbedUpFillable(ctx, vo.GetMid(), vo); err != nil { if err = s.utilFillIsZoneMomentThumbedUpFillable(ctx, visitorMid, vo); err != nil {
logger.Error("utilFillIsZoneMomentThumbedUpFillable fail, err: %v", err) logger.Error("utilFillIsZoneMomentThumbedUpFillable fail, err: %v", err)
return return
} }