修改下载接口返回信息
continuous-integration/drone/push Build is passing Details

Test_HIR_Net8
hang 2025-12-11 15:54:34 +08:00
parent 1033ff665c
commit 93362ea4c9
1 changed files with 1 additions and 1 deletions

View File

@ -3449,7 +3449,7 @@ namespace IRaCIS.Application.Services
await _subejctVisitDownloadRepository.AddAsync(preDownloadInfo, true);
return ResponseOutput.Ok(patientList, preDownloadInfo.Id);
return ResponseOutput.Ok(patientList, preDownloadInfo);
}