feat-IRONFANS-163-Robin #615

Merged
chenhao merged 4 commits from feat-IRONFANS-163-Robin into test 2024-07-11 15:45:57 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ab07bcfadf - 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
}