Commit fa26c81e2f95eeaac135551b49d9f79abb6f5dab
1 parent
86106a7c39
Exists in
master
and in
6 other branches
3.0、2.0建档代码加了条形码
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java
View file @
fa26c81
... | ... | @@ -779,6 +779,7 @@ |
779 | 779 | jsonObject.put("P_HUSBANDRRCITY", patients.getHcityRegisterId());//丈夫户口所在地 市 |
780 | 780 | jsonObject.put("P_HUSBANDRRCOUNTY", patients.getHareaRegisterId());//丈夫户口所在地 县 |
781 | 781 | jsonObject.put("P_HUSBANDRRSTREET", patients.getHstreetRegisterId());//丈夫户口所在地 街道 |
782 | + jsonObject.put("P_CLINICNO", patients.getVcCardNo());//条码号 | |
782 | 783 | jsonObject.put("P_HOSPITALID", patients.getBookbuildingDoctor());//建档人 |
783 | 784 | //让写死桃城区,董勤说最后定 |
784 | 785 | jsonObject.put("P_HOSPITALID", patients.getHospitalId());//建党机构 |