Commit 9069fc5997359df21791fb83d76c82b5995203d0
1 parent
8f6be691a5
Exists in
master
and in
1 other branch
修改新电子病历
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java
View file @
9069fc5
... | ... | @@ -124,7 +124,7 @@ |
124 | 124 | PatientsQuery patientsQuery1 = new PatientsQuery(); |
125 | 125 | patientsQuery1.setId(patients.getId()); |
126 | 126 | patientsQuery1.setYn(YnEnums.YES.getId()); |
127 | - | |
127 | + patientsQuery1.setHospitalId(referralApplyOrderModel.getTransferredHospital()); | |
128 | 128 | if (patientsService.queryPatientCount(patientsQuery1) == 0) { |
129 | 129 | //在转入的医院建档 |
130 | 130 | patients.setId(null); |