Houjie
2025-06-30 c34fc83655b146b40802e1fce22db37b7367c83d
lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/service/impl/SysDictServiceImpl.java
@@ -62,7 +62,7 @@
   }
   @Override
   @Cacheable(value = CacheConstant.SYS_ENABLE_DICT_CACHE,key = "#code", unless = "#result == null ")
//   @Cacheable(value = CacheConstant.SYS_ENABLE_DICT_CACHE,key = "#code", unless = "#result == null ")
   public List<DictModel> queryEnableDictItemsByCode(String code) {
      log.debug("无缓存dictCache的时候调用这里!");
      return sysDictMapper.queryEnableDictItemsByCode(code);