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

pull/530/head
ZhengJie 2020-11-15 19:56:22 +08:00
parent 5e95ae5bf1
commit f413aea2df
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
redisUtils.del(CacheKey.ROLE_ID + id);
}
}