Merge branch 'abp' into ai-hub

This commit is contained in:
chenchun
2025-11-06 11:00:04 +08:00
10 changed files with 68 additions and 31 deletions

View File

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