1
continuous-integration/drone/push Build was killed Details

Test_HIR_Net8
hang 2025-12-23 15:49:49 +08:00
parent fe7c6e5dfa
commit 88a8a014c9
1 changed files with 1 additions and 1 deletions

View File

@ -938,7 +938,7 @@ namespace IRaCIS.Core.API.Controllers
}
[HttpPost("download/GetPatientStudyBatchDownload")]
[HttpGet("download/GetPatientStudyBatchDownload")]
public async Task<IActionResult> GetDownloadPatientStudyBatch([FromServices] IPatientService _patientService, [FromServices] IOSSService _oSSService,
[FromServices] IHubContext<DownloadHub, IDownloadClient> _downLoadHub,
[FromQuery] PatientImageDownloadCommand inCommand)