fix zid
This commit is contained in:
parent
fcb867cc88
commit
8a4693e7fe
|
@ -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()])
|
||||||
|
|
Loading…
Reference in New Issue