Uat_Study
hang 2022-09-05 16:31:39 +08:00
parent 79a3ebbf7d
commit 45754f2d57
1 changed files with 1 additions and 1 deletions

View File

@ -949,7 +949,7 @@ namespace IRaCIS.Core.API.Controllers
public async Task<IResponseOutput<UploadFileInfoDTO>> DownloadOfficialResume(int language, Guid[] doctorIds)
{
var path = _fileService.CreateDoctorsAllAttachmentZip(doctorIds);
var path = await _fileService.CreateDoctorsAllAttachmentZip(doctorIds);
return ResponseOutput.Ok(new UploadFileInfoDTO
{
FilePath = await _fileService.CreateOfficialResumeZip(language, doctorIds),