Browse Source

推送人寿报告

master
wxd 11 months ago
parent
commit
0b5cfc8149
  1. 2
      src/Shentun.Peis.Application/ThirdBookingPushs/ThirdBookingPushAppService.cs
  2. 3
      src/Shentun.Peis.Application/TransToWebPeis/TransToWebPeisAppService.cs

2
src/Shentun.Peis.Application/ThirdBookingPushs/ThirdBookingPushAppService.cs

@ -321,7 +321,7 @@ namespace Shentun.Peis.ThirdBookingPushs
var fileInputParm = new EncryDataRequstDto
{
SIGN = fileSign,
ICODE = thirdBookingEnt.ICode
ICODE = iCode
};
var fileResultEncry = await CallBookingFileAppServiceAsync<EncryDataResultDto>(baseApiAddress, fileUploadApiAddress, fileInputParm, fileDataEncrypt, $"{input.PatientRegisterId.ToString()}.pdf");

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

@ -180,6 +180,9 @@ namespace Shentun.Peis.TransToWebPeis
PatientRegisterId = input.PatientRegisterId,
ReportBase64 = input.ReportBase64
});
isPatientRegister.IsUpload = 'Y';
await _patientRegisterRepository.UpdateAsync(isPatientRegister);
}
}

Loading…
Cancel
Save