fix
This commit is contained in:
parent
27ef585eb0
commit
9600ec1b29
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue