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; } ///