修复1009没存储xml文件

广东省中医_gdszy
wyb 2 years ago
parent 48eeb5be29
commit 4ac0f2ff4d

@ -119,6 +119,7 @@ public class FetchPacsBase64Job {
+ File.separator + WebserviceMessageType.HIP1009
+ File.separator + Func.formatDate(LocalDate.now())
+ File.separator + idService.getDateSeq();
FileUtil.saveStrData(xml, new File(filePath));
ReportDto reportDto2 = hip1009.getReportDtoByInspectionUpdate(XmlUtil.of(xml));
SdryPacsPrintExcept pacsPrintExcept = new SdryPacsPrintExcept();
pacsPrintExcept.setInpatientNo(reportDto2.getInpatientNo());

Loading…
Cancel
Save