Commit 87259476a456ab3a40f596d161d1b3df1adc96fc

Authored by liquanyu
1 parent 8fba0e58be

update code

Showing 1 changed file with 2 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java View file @ 8725947
... ... @@ -633,7 +633,8 @@
633 633 if ((RenShenJieJuEnums.O.getId() + "").equals(baby.getPregnancyOut())) {
634 634 ExceptionUtils.catchException("分娩---------->" + babyModel.getMphone() + ";name=" + babyModel.getName());
635 635 //儿童建档
636   - babyBookbuildingFacade.createBuildSms(babyModel);
  636 +// babyBookbuildingFacade.createBuildSms(babyModel);
  637 + babyBookbuildingFacade.createBuildMsg(babyModel);
637 638 }
638 639  
639 640