"git@ustchcs.com:gujinli1118/JeeSpringCloudV3.0.git" did not exist on "ea62439e5aa11dcc43da5588fe54bde6c70a9e7b"
Commit f413aea2 authored by ZhengJie's avatar ZhengJie
Browse files

[代码优化](v2.6):修复修改角色菜单缓存问题

parent 5e95ae5b
...@@ -220,7 +220,7 @@ public class RoleServiceImpl implements RoleService { ...@@ -220,7 +220,7 @@ public class RoleServiceImpl implements RoleService {
redisUtils.delByKeys(CacheKey.DATE_USER, userIds); redisUtils.delByKeys(CacheKey.DATE_USER, userIds);
redisUtils.delByKeys(CacheKey.MENU_USER, userIds); redisUtils.delByKeys(CacheKey.MENU_USER, userIds);
redisUtils.delByKeys(CacheKey.ROLE_AUTH, userIds); redisUtils.delByKeys(CacheKey.ROLE_AUTH, userIds);
redisUtils.del(CacheKey.ROLE_ID + id);
} }
redisUtils.del(CacheKey.ROLE_ID + id);
} }
} }
Supports Markdown
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