From cf43230b25b09ae6feb6c72d5845a75efd2d1e13 Mon Sep 17 00:00:00 2001 From: wxd <123@qq.com> Date: Tue, 15 Apr 2025 15:34:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E4=B8=8A=E4=BC=A0=E6=8A=A5?= =?UTF-8?q?=E5=91=8A=E6=9B=B4=E6=8D=A2=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TransToWebPeis/TransToWebPeisAppService.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 });