From 4ef600fde5edd2c8fed6911ca59bdf79ecbb011b Mon Sep 17 00:00:00 2001 From: wet <1034391973@qq.com> Date: Tue, 25 Apr 2023 17:54:32 +0800 Subject: [PATCH] 1 --- Myshipping.Core/Service/Cache/SysCacheService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Myshipping.Core/Service/Cache/SysCacheService.cs b/Myshipping.Core/Service/Cache/SysCacheService.cs index 67b92192..7fa65265 100644 --- a/Myshipping.Core/Service/Cache/SysCacheService.cs +++ b/Myshipping.Core/Service/Cache/SysCacheService.cs @@ -464,7 +464,7 @@ public class SysCacheService : ISysCacheService, IDynamicApiController, ISinglet /// public Task> GetAllMappingForwarder() { - return _cache.GetAsync>(CommonConst.CACHE_KEY_COMMON_DB_MAPPING_YARD); + return _cache.GetAsync>(CommonConst.CACHE_KEY_COMMON_DB_MAPPING_FORWARDER); } ///