Commit df3601657d7bd8762bf3f70e6293a8cfa18d53fe

Authored by jiangjiazhi
1 parent 537e5fa1a4

修改新电子病历

Showing 1 changed file with 2 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java View file @ df36016
... ... @@ -333,6 +333,8 @@
333 333 Patients patients = patientsService.findOnePatientById(list.get(0).getParentId());
334 334 String zhuanchu = list.get(0).getOutHospitalId();
335 335 String zhuanru = list.get(0).getTransferredHospital();
  336 + zhuanCName=zhuanchu;
  337 + zhuanRname=zhuanru;
336 338 if (NumberUtils.isNumber(zhuanchu)) {
337 339 Organization zhuanc = organizationService.getOrganization(Integer.valueOf(zhuanchu));
338 340 if (null != zhuanc) {