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:
commit
ab07bcfadf
|
@ -1735,7 +1735,7 @@ func (s *Service) utilFillZoneMomentsWithApiVOInfo(ctx *gin.Context, list []*dbs
|
|||
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)
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue