From 0aa532ffa4db03b4f9f7573fcb9e72aa04c9ea0d Mon Sep 17 00:00:00 2001
From: tyjctl <419999127@qq.com>
Date: Fri, 5 Jul 2024 02:07:21 +0000
Subject: [PATCH] =?UTF-8?q?update=20Yi.Abp.Net8/module/rbac/Yi.Framework.R?=
=?UTF-8?q?bac.Application/Services/System/UserService.cs.=20=E5=89=8D?=
=?UTF-8?q?=E5=90=8E=E7=AB=AF=E6=9D=83=E9=99=90=E4=B8=8D=E5=8C=B9=E9=85=8D?=
=?UTF-8?q?=EF=BC=8C=E8=87=AA=E5=BB=BA=E7=94=A8=E6=88=B7=E6=B2=A1=E6=B3=95?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: tyjctl <419999127@qq.com>
---
.../Services/System/UserService.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Yi.Abp.Net8/module/rbac/Yi.Framework.Rbac.Application/Services/System/UserService.cs b/Yi.Abp.Net8/module/rbac/Yi.Framework.Rbac.Application/Services/System/UserService.cs
index bc6cb216..6c84a32d 100644
--- a/Yi.Abp.Net8/module/rbac/Yi.Framework.Rbac.Application/Services/System/UserService.cs
+++ b/Yi.Abp.Net8/module/rbac/Yi.Framework.Rbac.Application/Services/System/UserService.cs
@@ -134,7 +134,7 @@ namespace Yi.Framework.Rbac.Application.Services.System
///
///
[OperLog("更新用户", OperEnum.Update)]
- [Permission("system:user:update")]
+ [Permission("system:user:edit")]
public async override Task UpdateAsync(Guid id, UserUpdateInputVo input)
{
if (input.UserName == UserConst.Admin || input.UserName == UserConst.TenantAdmin)