Commit 3a32be899469e951136470f6e8811fcd5f91d966

Authored by liquanyu
1 parent 9d1284f596

儿童建档

Showing 1 changed file with 3 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java View file @ 3a32be8
... ... @@ -765,10 +765,13 @@
765 765 babyModel.setMbirth(patients.getBirth());
766 766 babyModel.setMcertNo(patients.getCardNo());
767 767 babyModel.setMcertTypeId(patients.getPcerteTypeId());
  768 + babyModel.setLiveType(patients.getPliveTypeId());
  769 + babyModel.setMproTypeId(patients.getPprofessionTypeId());
768 770 //父亲信息
769 771 babyModel.setFjob(patients.getHworkUnit());
770 772 babyModel.setFname(patients.getHusbandName());
771 773 babyModel.setFphone(patients.getHusbandPhone());
  774 + babyModel.setFbirth(patients.getHusbandBirth());
772 775 babyModel.setFproTypeId(patients.getHprofessionTypeId());
773 776 babyModel.setfLevelId(patients.getHlevelTypeId());
774 777 babyModel.setFcertNo(patients.getHcertificateNum());