Commit cbb807e4 by zhiwj

Merge branch 'developer' of…

Merge branch 'developer' of http://115.159.76.241/base_platform_enterprise/gic-enterprise-base into developer
parents ca9703b5 98fd46a1
...@@ -154,7 +154,6 @@ public class LoginGicSsoUtils { ...@@ -154,7 +154,6 @@ public class LoginGicSsoUtils {
if (response.isSuccess()) { if (response.isSuccess()) {
List<MenuDTO> list = response.getResult(); List<MenuDTO> list = response.getResult();
//gic平台的菜单数据塞本地缓存 //gic平台的菜单数据塞本地缓存
RedisUtil.delLocalCache(MENU_LOCAL_CACHE_KEY);
RedisUtil.setLocalCache(MENU_LOCAL_CACHE_KEY, EntityUtil.changeEntityListNew(MenuInfo.class, list), null); RedisUtil.setLocalCache(MENU_LOCAL_CACHE_KEY, EntityUtil.changeEntityListNew(MenuInfo.class, list), null);
} }
} }
......
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