From d1bcbbefab4da603c275ed61d0018a46dbc67d1e Mon Sep 17 00:00:00 2001 From: 唐耀东 <18861537@qq.com> Date: 星期三, 12 十月 2022 16:31:51 +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