From fa26c81e2f95eeaac135551b49d9f79abb6f5dab Mon Sep 17 00:00:00 2001 From: wtt Date: Fri, 7 Jun 2019 18:46:29 +0800 Subject: [PATCH] =?UTF-8?q?3.0=E3=80=812.0=E5=BB=BA=E6=A1=A3=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E5=8A=A0=E4=BA=86=E6=9D=A1=E5=BD=A2=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java | 1 + 1 file changed, 1 insertion(+) diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java index 4b22d27..a774389 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java @@ -779,6 +779,7 @@ public class BookbuildingFacade { jsonObject.put("P_HUSBANDRRCITY", patients.getHcityRegisterId());//丈夫户口所在地 市 jsonObject.put("P_HUSBANDRRCOUNTY", patients.getHareaRegisterId());//丈夫户口所在地 县 jsonObject.put("P_HUSBANDRRSTREET", patients.getHstreetRegisterId());//丈夫户口所在地 街道 + jsonObject.put("P_CLINICNO", patients.getVcCardNo());//条码号 jsonObject.put("P_HOSPITALID", patients.getBookbuildingDoctor());//建档人 //让写死桃城区,董勤说最后定 jsonObject.put("P_HOSPITALID", patients.getHospitalId());//建党机构 -- 1.8.3.1