by Robin at 20240418
This commit is contained in:
parent
4fc3732b94
commit
a1093d383e
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue