by Robin at 20240627 #565

Merged
chenhao merged 1 commits from feat-IRONFANS-120-Robin into test 2024-06-27 18:31:57 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -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