From df3601657d7bd8762bf3f70e6293a8cfa18d53fe Mon Sep 17 00:00:00 2001 From: jiangjiazhi Date: Fri, 2 Sep 2016 15:17:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=B0=E7=94=B5=E5=AD=90?= =?UTF-8?q?=E7=97=85=E5=8E=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java index ceef3f9..75afd05 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java @@ -333,6 +333,8 @@ public class ApplyOrderFacade { Patients patients = patientsService.findOnePatientById(list.get(0).getParentId()); String zhuanchu = list.get(0).getOutHospitalId(); String zhuanru = list.get(0).getTransferredHospital(); + zhuanCName=zhuanchu; + zhuanRname=zhuanru; if (NumberUtils.isNumber(zhuanchu)) { Organization zhuanc = organizationService.getOrganization(Integer.valueOf(zhuanchu)); if (null != zhuanc) { -- 1.8.3.1