Commit f6154fa3 authored by fangxinjiang's avatar fangxinjiang

权限配置页面

parent 802d8829
...@@ -46,6 +46,7 @@ public class DictItemRedisInit { ...@@ -46,6 +46,7 @@ public class DictItemRedisInit {
+ entry.getKey(),entry.getValue()); + entry.getKey(),entry.getValue());
} }
} }
log.info("字典数据加入缓存初始化结束..."); log.info("字典数据加入缓存初始化结束...");
log.info("转义字典数据加入缓存初始化开始..."); log.info("转义字典数据加入缓存初始化开始...");
List<DictRedisVo> lables = dictItemService.getDictRedisVo(); List<DictRedisVo> lables = dictItemService.getDictRedisVo();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment