代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Core/Caches/MemoryCacheService.cs
@@ -79,7 +79,14 @@ public string Get(string key) { return _cache.Get(key)?.ToString(); try { return _cache.Get(key)?.ToString(); } catch { return string.Empty; } } public bool Remove(string key)