Merge pull request 'by Robin at 20240418' (#302) from dev-feat-IRONFANS-70-Robin into feat-IRONFANS-70

Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/302
This commit is contained in:
chenhao 2024-04-18 17:18:34 +08:00
commit 4a4005da91
1 changed files with 5 additions and 0 deletions

View File

@ -2646,6 +2646,11 @@ func (s *Service) ApiGetZoneMomentListByVisitorMid(ctx *gin.Context, req *zonemo
return
}
// 4.抹去置顶信息
for _, vo := range volist {
vo.ZoneMoment.IsHeaded = goproto.Int64(consts.IsHeaded_No)
}
return
}