Merge branch 'feat-IRONFANS-70' into test

This commit is contained in:
lwl0608 2024-04-22 22:09:29 +08:00
commit 52dba2b052
1 changed files with 1 additions and 0 deletions

View File

@ -745,6 +745,7 @@ func (v *Vas) GetZoneUnlockMapByMid(ctx *gin.Context, mid int64) (zidZuMap map[i
}
zidZuMap[v.GetZid()] = v
}
logger.Info("GetZoneUnlockMapByMid, zidZuMap: %v", util.ToJson(zidZuMap))
return
}