Commit 7c39cb1a38d7c1a04d5104166183312b4e423537
1 parent
2580a69efd
Exists in
master
and in
1 other branch
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java
View file @
7c39cb1
| ... | ... | @@ -1163,7 +1163,7 @@ |
| 1163 | 1163 | patient.setYyzyfmHospitalId(yunRequest.getYyzyfmHospitalId()); |
| 1164 | 1164 | patient.setModified(new Date()); |
| 1165 | 1165 | patient.setBuildDays(DateUtil.getDays(DateUtil.parseYMD(yunRequest.getLastMenstrualPeriod()), DateUtil.parseYMD(yunRequest.getBookbuildingDate()))); |
| 1166 | - | |
| 1166 | + patient.setHospitalId(autoMatchFacade.getHospitalId(userId)); | |
| 1167 | 1167 | // Integer type = ServiceObjEnums.YUNOBJ.getId(); |
| 1168 | 1168 | // if (patient.getLastMenses() != null) |
| 1169 | 1169 | // { |