by Robin at 20240711 #609

Merged
chenhao merged 1 commits from BUG-20240711 into test 2024-07-11 08:15:02 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 87fc79d62a - Show all commits

View File

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