Commit b1e20da468bd3cc9e6af2de007043fcce0dd8333
1 parent
1a6642fc60
Exists in
master
修改产检删除
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java
View file @
b1e20da
... | ... | @@ -524,6 +524,7 @@ |
524 | 524 | babyModel.setPid(personService.addPerson(personModel).getId()); |
525 | 525 | } |
526 | 526 | babyIds.add(babyService.addOneBaby(babyModel).getId()); |
527 | + baby1.setId(babyModel.getId()); | |
527 | 528 | if ((RenShenJieJuEnums.O.getId() + "").equals(baby.getPregnancyOut())) { |
528 | 529 | ExceptionUtils.catchException("分娩---------->" + babyModel.getMphone() + ";name=" + babyModel.getName()); |
529 | 530 | //儿童建档 |