Commit 98fd46a1 by guojuxing

门店选择器自定义属性时间类型

parent 825da667
...@@ -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