mirror of https://github.com/elunez/eladmin
[代码优化](v2.6):修复修改角色菜单缓存问题
parent
5e95ae5bf1
commit
f413aea2df
|
@ -220,7 +220,7 @@ public class RoleServiceImpl implements RoleService {
|
|||
redisUtils.delByKeys(CacheKey.DATE_USER, userIds);
|
||||
redisUtils.delByKeys(CacheKey.MENU_USER, userIds);
|
||||
redisUtils.delByKeys(CacheKey.ROLE_AUTH, userIds);
|
||||
}
|
||||
redisUtils.del(CacheKey.ROLE_ID + id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue