Merge pull request 'by Robin at 20240627' (#565) from feat-IRONFANS-120-Robin into test

Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/565
This commit is contained in:
chenhao 2024-06-27 18:31:56 +08:00
commit e1d6fb9b15
1 changed files with 1 additions and 1 deletions

View File

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