diff --git a/IRaCIS.Core.Application/Service/Common/TrialImageDownloadService.cs b/IRaCIS.Core.Application/Service/Common/TrialImageDownloadService.cs index e77c1a066..1aa6a960a 100644 --- a/IRaCIS.Core.Application/Service/Common/TrialImageDownloadService.cs +++ b/IRaCIS.Core.Application/Service/Common/TrialImageDownloadService.cs @@ -1630,6 +1630,7 @@ namespace IRaCIS.Core.Application.Service var copyResult = _ossClient.CopyObject(copyReq); + Console.WriteLine($"✅ 恢复成功: {item.Key} 版本{item.VersionId}, 新版本ID={copyResult.VersionId}"); } catch (Exception ex) @@ -1819,7 +1820,7 @@ namespace IRaCIS.Core.Application.Service ++findSerice.InstanceCount; //賦值路徑 - findInstance.Path = path; + findInstance.Path = "/"+path; }