Merge branch 'feat-IRONFANS-70' into test
This commit is contained in:
commit
52dba2b052
|
@ -745,6 +745,7 @@ func (v *Vas) GetZoneUnlockMapByMid(ctx *gin.Context, mid int64) (zidZuMap map[i
|
||||||
}
|
}
|
||||||
zidZuMap[v.GetZid()] = v
|
zidZuMap[v.GetZid()] = v
|
||||||
}
|
}
|
||||||
|
logger.Info("GetZoneUnlockMapByMid, zidZuMap: %v", util.ToJson(zidZuMap))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue