by Robin at 20240418 #302

Merged
chenhao merged 1 commits from dev-feat-IRONFANS-70-Robin into feat-IRONFANS-70 2024-04-18 17:18:35 +08:00
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
}
// 4.抹去置顶信息
for _, vo := range volist {
vo.ZoneMoment.IsHeaded = goproto.Int64(consts.IsHeaded_No)
}
return
}