Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Eladmin
Commits
f413aea2
Commit
f413aea2
authored
Nov 15, 2020
by
ZhengJie
Browse files
[代码优化](v2.6):修复修改角色菜单缓存问题
parent
5e95ae5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/RoleServiceImpl.java
View file @
f413aea2
...
@@ -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
);
}
}
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment