From cd1ae32c095d0e9037dcad6841651fe6a3b4ca6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E7=BB=A7=E5=AD=98?= <449427055@qq.com> Date: Thu, 18 May 2023 17:02:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=93=E5=AD=98=E4=B8=8D=E4=BC=9A=E8=BF=87?= =?UTF-8?q?=E6=9C=9F=E5=85=88=E5=8E=BB=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xboe/module/dict/service/impl/SysDictionaryServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/boe-server-all/src/main/java/com/xboe/module/dict/service/impl/SysDictionaryServiceImpl.java b/servers/boe-server-all/src/main/java/com/xboe/module/dict/service/impl/SysDictionaryServiceImpl.java index 8140c4ac..d09ef4fc 100644 --- a/servers/boe-server-all/src/main/java/com/xboe/module/dict/service/impl/SysDictionaryServiceImpl.java +++ b/servers/boe-server-all/src/main/java/com/xboe/module/dict/service/impl/SysDictionaryServiceImpl.java @@ -37,7 +37,7 @@ public class SysDictionaryServiceImpl implements ISysDictionaryService{ RedisTemplate redisTemplate; //缓存配置 - @Cacheable(value = CacheName.DICT,key = "'" + CacheName.KEY_DICT + "'+#key", unless = "#result == null") + //@Cacheable(value = CacheName.DICT,key = "'" + CacheName.KEY_DICT + "'+#key", unless = "#result == null") @Override public List findByKey(String key) { if ("org_domain".equals(key)) {