Browse Source

任务上传报告更换方法

master
wxd 7 months ago
parent
commit
cf43230b25
  1. 7
      src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs

7
src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs

@ -273,7 +273,12 @@ namespace Shentun.Peis.TransToWebPeis
string reportBase64 = ""; string reportBase64 = "";
#region 获取报告地址 #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 PatientRegisterId = input.PatientRegisterId
}); });

Loading…
Cancel
Save