This commit is contained in:
lwl0608 2024-04-19 23:58:42 +08:00
parent fcb867cc88
commit 8a4693e7fe
1 changed files with 1 additions and 1 deletions

View File

@ -1680,7 +1680,7 @@ func (s *Service) utilFillZoneMomentsWithApiVOInfo(ctx *gin.Context, list []*dbs
// 7.填充所有信息 // 7.填充所有信息
for _, vo := range volist { for _, vo := range volist {
zid := vo.ZoneMoment.GetId() zid := vo.ZoneMoment.GetZid()
// 主播信息 // 主播信息
vo.CopyStreamerExt(streamerExtMap[vo.GetMid()]) vo.CopyStreamerExt(streamerExtMap[vo.GetMid()])