by Robin at 20240627
This commit is contained in:
parent
ef33c42e0d
commit
3a1e5bfe9d
|
@ -2011,7 +2011,7 @@ func (s *Service) utilFillZonesWithOpVOInfo(ctx *gin.Context, list []*dbstruct.Z
|
|||
zmcount := zmcountMap[zid]
|
||||
vo.IronfanNum = zmcount[int64(dbstruct.ZoneMemberTypeIronfan)]
|
||||
vo.SuperfanNum = zmcount[int64(dbstruct.ZoneMemberTypeSuperfan)]
|
||||
vo.EntrantNum = zmcount[int64(dbstruct.ZoneMemberTypeNormal)] + vo.IronfanNum + vo.SuperfanNum
|
||||
vo.EntrantNum = zmcount[int64(dbstruct.ZoneMemberTypeNormal)]
|
||||
}
|
||||
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue