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:
commit
c300e789ab
|
@ -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