From afb22090c509befbf68e7aaef00f06795d11337d Mon Sep 17 00:00:00 2001 From: 唐耀东 <18861537@qq.com> Date: 星期一, 07 二月 2022 17:49:29 +0800 Subject: [PATCH] 设备,外设单元修改 --- ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysDictDataServiceImpl.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysDictDataServiceImpl.java b/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysDictDataServiceImpl.java index e001ad2..181ef43 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysDictDataServiceImpl.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysDictDataServiceImpl.java @@ -142,7 +142,7 @@ * @return */ @Override - @Cacheable(value = CacheConstant.SYS_DICT_CACHE, key = "#code+':'+#key") +// @Cacheable(value = CacheConstant.SYS_DICT_CACHE, key = "#code+':'+#key") public String queryDictTextByKey(String code, String key) { System.out.println("鏃犵紦瀛榙ictText鐨勬椂鍊欒皟鐢ㄨ繖閲岋紒"); return baseMapper.queryDictTextByKey(code, key); @@ -159,7 +159,7 @@ * @return */ @Override - @Cacheable(value = CacheConstant.SYS_DICT_TABLE_CACHE) +// @Cacheable(value = CacheConstant.SYS_DICT_TABLE_CACHE) public String queryTableDictTextByKey(String table, String text, String code, String key) { System.out.println("鏃犵紦瀛榙ictTable鐨勬椂鍊欒皟鐢ㄨ繖閲岋紒"); return baseMapper.queryTableDictTextByKey(table, text, code, key); -- Gitblit v1.9.1