From 22ac150acda9284ec474b1a5025f1a5ffcf77959 Mon Sep 17 00:00:00 2001 From: chenchun Date: Thu, 6 Nov 2025 10:58:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=20FileAggregateRoot.F?= =?UTF-8?q?ilePath=20=E7=9A=84=E8=B5=8B=E5=80=BC=EF=BC=8C=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E7=9B=AE=E5=BD=95=E8=B7=AF=E5=BE=84=E8=80=8C=E9=9D=9E?= =?UTF-8?q?=E5=8C=85=E5=90=AB=E6=96=87=E4=BB=B6=E5=90=8D=E7=9A=84=E5=AE=8C?= =?UTF-8?q?=E6=95=B4=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Yi.Framework.Rbac.Domain/Entities/FileAggregateRoot.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Yi.Abp.Net8/module/rbac/Yi.Framework.Rbac.Domain/Entities/FileAggregateRoot.cs b/Yi.Abp.Net8/module/rbac/Yi.Framework.Rbac.Domain/Entities/FileAggregateRoot.cs index 7cb6faf9..285e9d4a 100644 --- a/Yi.Abp.Net8/module/rbac/Yi.Framework.Rbac.Domain/Entities/FileAggregateRoot.cs +++ b/Yi.Abp.Net8/module/rbac/Yi.Framework.Rbac.Domain/Entities/FileAggregateRoot.cs @@ -34,8 +34,7 @@ namespace Yi.Framework.Rbac.Domain.Entities var type = GetFileType(); var savePath = GetSaveFilePath(); - var filePath = Path.Combine(savePath, this.FileName); - this.FilePath = filePath; + this.FilePath = savePath; } ///