Commit c8a2b2ee authored by fangxinjiang's avatar fangxinjiang

权限配置页面

parent f6154fa3
...@@ -46,7 +46,6 @@ public class DictItemRedisInit { ...@@ -46,7 +46,6 @@ 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