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:
commit
e1d6fb9b15
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue