Commit de29a87c4e93f4f5557d023129540b7f253312b4

Authored by jiangjiazhi
1 parent 34ebd61ec1

增加设置parentid

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java View file @ de29a87
... ... @@ -346,6 +346,7 @@
346 346 pmodel.setModified(new Date());
347 347 personService.updatePerson(pmodel, yunRequest.getPid());
348 348 }
  349 + patient.setId(id);
349 350 //加入产筛
350 351 patientsService.validata(patient);
351 352 yunBookbuildingService.updatePregnant(patient, id);