lin
2024-03-14 c4e2c196aad8af656d94bc47e9f1a80bc504b5d7
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));
   }
}