linwe
2024-08-09 8b7258c9427882bb1798f1502eaa35184c6e374e
src/main/java/org/springblade/common/cache/DictBizCache.java
@@ -110,7 +110,7 @@
    */
   public static List<DictBiz> getList(String code) {
      String keyPrefix = DICT_LIST.concat(StringPool.DASH).concat(AuthUtil.getTenantId()).concat(StringPool.COLON);
      return CacheUtil.get(DICT_CACHE, keyPrefix, code, () -> dictService.getList(code));
      return CacheUtil.get(DICT_CACHE, keyPrefix, code, () -> dictService.getList(code,null));
   }
}