From 77e69336e2af270a7ff2e9fa71ff79136c9b52c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AE=87=E6=BC=A0=E6=98=9F?= <2475068554@qq.com> Date: Thu, 13 Apr 2023 13:13:49 +0000 Subject: [PATCH] =?UTF-8?q?update=20ZR.Service/System/SysRoleService.cs.?= =?UTF-8?q?=20=E8=A7=92=E8=89=B2=E5=88=A0=E9=99=A4=E6=97=B6=E6=9C=AA?= =?UTF-8?q?=E5=85=B3=E8=81=94=E5=88=A0=E9=99=A4=E8=A7=92=E8=89=B2=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=EF=BC=8C=E5=AF=BC=E8=87=B4=E4=B9=8B=E5=90=8E=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E8=8F=9C=E5=8D=95=E6=97=B6=E6=97=A0=E6=B3=95=E5=88=A0?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZR.Service/System/SysRoleService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ZR.Service/System/SysRoleService.cs b/ZR.Service/System/SysRoleService.cs index 86050c9c..27b70a20 100644 --- a/ZR.Service/System/SysRoleService.cs +++ b/ZR.Service/System/SysRoleService.cs @@ -107,6 +107,7 @@ namespace ZR.Service { throw new CustomException($"{role.RoleName}已分配,不能删除"); } + DeleteRoleMenuByRoleId(item); } return Delete(roleIds); } -- Gitee