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:
commit
4a4005da91
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue