Commit e259d8f79c2070c03f5d28042035457bb57b9a7b
1 parent
d2aa2be0f5
Exists in
master
and in
8 other branches
孕妇分娩后 变成产妇
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
e259d8f
| ... | ... | @@ -307,7 +307,7 @@ |
| 307 | 307 | data.add(new AntData(modelList.get(0), patients.getLastMenses(), null != organization ? organization.getName() : "")); |
| 308 | 308 | } else if (CollectionUtils.isNotEmpty(stopPregs)) { |
| 309 | 309 | //终止妊娠记录 |
| 310 | - organization = organizationService.getOrganization(Integer.valueOf(modelList.get(0).getHospitalId())); | |
| 310 | + organization = organizationService.getOrganization(Integer.valueOf(stopPregs.get(0).getHospitalId())); | |
| 311 | 311 | data.add(new AntData(stopPregs.get(0), patients.getLastMenses(), null != organization ? organization.getName() : "")); |
| 312 | 312 | } |
| 313 | 313 | //产后复查记录 |