From 96276dfc589f7289a7e5ef8a2e0d707f6ec2abec Mon Sep 17 00:00:00 2001 From: ZhengJie <201507802@qq.com> Date: Mon, 15 Jun 2020 19:11:03 +0800 Subject: [PATCH 1/2] =?UTF-8?q?[=E7=BC=BA=E9=99=B7=E4=BF=AE=E5=A4=8D](v2.5?= =?UTF-8?q?):=20=E4=BF=AE=E5=A4=8D=E4=BF=AE=E6=94=B9=E8=A7=92=E8=89=B2?= =?UTF-8?q?=E6=9D=83=E9=99=90=E6=8C=89=E9=92=AE=E5=90=8E=E7=BC=93=E5=AD=98?= =?UTF-8?q?=E6=9C=AA=E5=88=B7=E6=96=B0=E7=9A=84Bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close https://github.com/elunez/eladmin/issues/402 --- .../me/zhengjie/modules/system/service/impl/RoleServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/RoleServiceImpl.java b/eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/RoleServiceImpl.java index a2f0cdba..c680d35d 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/RoleServiceImpl.java +++ b/eladmin-system/src/main/java/me/zhengjie/modules/system/service/impl/RoleServiceImpl.java @@ -125,6 +125,7 @@ public class RoleServiceImpl implements RoleService { role.setMenus(resources.getMenus()); // 清理缓存 redisUtils.delByKeys("menu::user:",userIds); + redisUtils.delByKeys("role::auth:",userIds); redisUtils.del("role::id:" + resources.getId()); roleRepository.save(role); } From c6c0c52f3cf07f98a82e0b19f84a0d99087c2c63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2020 09:16:56 +0800 Subject: [PATCH 2/2] Bump xercesImpl from 2.11.0 to 2.12.0 (#410) Bumps xercesImpl from 2.11.0 to 2.12.0. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 37b171f6..c7b2e7d7 100644 --- a/pom.xml +++ b/pom.xml @@ -165,7 +165,7 @@ xerces xercesImpl - 2.11.0 + 2.12.0