Commit 53b9150b59156675014c45430b969898d3af8a15
1 parent
aab31b37dd
Exists in
master
and in
1 other branch
增加设置parentid
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java
View file @
53b9150
... | ... | @@ -131,6 +131,7 @@ |
131 | 131 | patients.setHospitalId(referralApplyOrderModel.getTransferredHospital()); |
132 | 132 | patients.setBookbuildingDate(new Date()); |
133 | 133 | patients.setBookbuildingDoctor(null); |
134 | + patients.setBuildType(2); | |
134 | 135 | patientsService.addPatient(patients); |
135 | 136 | } |
136 | 137 | } |