# 代码合并
pull/411/head
liaojinlong 2020-06-16 11:00:34 +08:00
parent 4f42a08867
commit fd9b6c8d28
1 changed files with 1 additions and 0 deletions

View File

@ -239,6 +239,7 @@ public class RoleServiceImpl implements RoleService {
});
Set<Long> userIds = users.stream().map(User::getId).collect(Collectors.toSet());
redisUtils.delByKeys(CacheKey.MENU_USER, userIds);
redisUtils.delByKeys(CacheKey.ROLE_AUTH, userIds);
redisUtils.del(CacheKey.ROLE_ID + resources.getId());
}
}