Commit ed2713a12c8fd294b4155751c173497cf6937342
1 parent
fa26c81e2f
Exists in
master
and in
6 other branches
3.0、2.0建档代码
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java
View file @
ed2713a
| ... | ... | @@ -782,7 +782,7 @@ |
| 782 | 782 | jsonObject.put("P_CLINICNO", patients.getVcCardNo());//条码号 |
| 783 | 783 | jsonObject.put("P_HOSPITALID", patients.getBookbuildingDoctor());//建档人 |
| 784 | 784 | //让写死桃城区,董勤说最后定 |
| 785 | - jsonObject.put("P_HOSPITALID", patients.getHospitalId());//建党机构 | |
| 785 | + jsonObject.put("P_HOSPITALID", "todo");//建党机构 | |
| 786 | 786 | jsonObject.put("P_ISVIP", patients.getBookbuildingDate());//建档时间 |
| 787 | 787 | |
| 788 | 788 | if(patients.getReqHusband()!=null){//丈夫信息是否必须 |
| ... | ... | @@ -2351,7 +2351,7 @@ |
| 2351 | 2351 | }else { |
| 2352 | 2352 | param.setReqHusband(null); |
| 2353 | 2353 | } |
| 2354 | - | |
| 2354 | + param.setHospitalId("todo"); | |
| 2355 | 2355 | return param; |
| 2356 | 2356 | } |
| 2357 | 2357 |