diff --git a/app/mix/service/utilservice.go b/app/mix/service/utilservice.go index 9c9b440b..49a20bd8 100644 --- a/app/mix/service/utilservice.go +++ b/app/mix/service/utilservice.go @@ -2017,7 +2017,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