Commit 77c9c88e237bbe784591e97fac437b8a000ebf7d

Authored by jiangjiazhi
1 parent 3f6926e02d

1

Showing 1 changed file with 1 additions and 0 deletions

platform-biz-patient-service/src/main/java/com/lyms/platform/biz/service/BabyBookbuildingService.java View file @ 77c9c88
... ... @@ -62,6 +62,7 @@
62 62 babyModel.setHospitalId(patients1.getHospitalId());
63 63 babyModel.setBuildDoctor(patients1.getBuildDoctor());
64 64 babyModel.setCreated(patients1.getCreated());
  65 + updateBabyBuild(babyModel,babyModel.getId());
65 66 patientsService.updateRefer(babyModel);
66 67 }
67 68 }