From e276878a5686ea6cab2a05744fd2d435b3102874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Fri, 17 Dec 2021 22:01:46 +0800 Subject: [PATCH] =?UTF-8?q?remove=20=E5=A4=9A=E6=95=B0=E6=8D=AE=E5=AD=97?= =?UTF-8?q?=E5=85=B8=E6=9F=A5=E8=AF=A2=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZR.Service/System/SysDictDataService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZR.Service/System/SysDictDataService.cs b/ZR.Service/System/SysDictDataService.cs index bbfdae4..8e2f899 100644 --- a/ZR.Service/System/SysDictDataService.cs +++ b/ZR.Service/System/SysDictDataService.cs @@ -55,7 +55,7 @@ namespace ZR.Service.System if (CacheHelper.GetCache(CK) is not List list) { list = SysDictDataRepository.SelectDictDataByTypes(dictTypes); - CacheHelper.SetCache(CK, list, 30); + //CacheHelper.SetCache(CK, list, 30); } return list; }