From 2769cf7efdb0e20baf42e749921616cf149a20fc Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Thu, 18 Sep 2025 17:24:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=B7=E6=B1=82=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Common/TrialImageDownloadService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/IRaCIS.Core.Application/Service/Common/TrialImageDownloadService.cs b/IRaCIS.Core.Application/Service/Common/TrialImageDownloadService.cs index 9b9665a6a..cd4ce5b97 100644 --- a/IRaCIS.Core.Application/Service/Common/TrialImageDownloadService.cs +++ b/IRaCIS.Core.Application/Service/Common/TrialImageDownloadService.cs @@ -1538,6 +1538,7 @@ namespace IRaCIS.Core.Application.Service /// /// [AllowAnonymous] + [HttpGet] public async Task ReadExcelReStorreOSSDeleteDataAndDBData([FromServices] IOSSService _oSSService, [FromServices] IWebHostEnvironment _hostEnvironment, string subjectCode = "") { var folder = FileStoreHelper.GetIRaCISRootDataFolder(_hostEnvironment);