by Robin at 20240418

This commit is contained in:
Leufolium 2024-04-18 17:17:58 +08:00
parent 4fc3732b94
commit a1093d383e
1 changed files with 5 additions and 0 deletions

View File

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