feat-IRONFANS-163-Robin #615
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue