Commit d03a3a8120735ac46574f5c503bac87014b36fa4
1 parent
90c5ab009a
Exists in
master
and in
8 other branches
增加设置parentid
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
d03a3a8
| ... | ... | @@ -395,6 +395,7 @@ |
| 395 | 395 | matDeliverQuery.setYn(YnEnums.YES.getId()); |
| 396 | 396 | matDeliverQuery.setParentId(patients.getId()); |
| 397 | 397 | Organization organization = null; |
| 398 | + | |
| 398 | 399 | //建档记录 |
| 399 | 400 | if (null != patients.getHospitalId()) { |
| 400 | 401 | organization = organizationService.getOrganization(Integer.valueOf(patients.getHospitalId())); |