Merge pull request 'feat-IRONFANS-70' (#303) from feat-IRONFANS-70 into test

Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/303
This commit is contained in:
chenhao 2024-04-18 17:18:44 +08:00
commit c300e789ab
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
}