Merge branch 'feat-IRONFANS-70' into test

This commit is contained in:
lwl0608 2024-04-22 21:20:26 +08:00
commit a56b8bdaa3
1 changed files with 3 additions and 0 deletions

View File

@ -740,6 +740,9 @@ func (v *Vas) GetZoneUnlockMapByMid(ctx *gin.Context, mid int64) (zidZuMap map[i
return
}
for _, v := range list {
if !v.IsUnlockAdmission() {
continue
}
zidZuMap[v.GetZid()] = v
}
return