remove 多数据字典查询缓存
This commit is contained in:
parent
3b2c1577ff
commit
e276878a56
@ -55,7 +55,7 @@ namespace ZR.Service.System
|
||||
if (CacheHelper.GetCache(CK) is not List<SysDictData> list)
|
||||
{
|
||||
list = SysDictDataRepository.SelectDictDataByTypes(dictTypes);
|
||||
CacheHelper.SetCache(CK, list, 30);
|
||||
//CacheHelper.SetCache(CK, list, 30);
|
||||
}
|
||||
return list;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user