diff --git a/src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs b/src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs index 23addb5..0a345fa 100644 --- a/src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs +++ b/src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs @@ -273,7 +273,12 @@ namespace Shentun.Peis.TransToWebPeis string reportBase64 = ""; #region 获取报告地址 - var printReportData = await _printReportAppService.GetMedicalReportAsync(new PatientRegisterIdInputDto + //var printReportData = await _printReportAppService.GetMedicalReportAsync(new PatientRegisterIdInputDto + //{ + // PatientRegisterId = input.PatientRegisterId + //}); + + var printReportData = await _printReportAppService.GetMedicalReportConvertToReportAsync(new PatientRegisterIdInputDto { PatientRegisterId = input.PatientRegisterId });