Commit 3f6926e02dac52d751de94ff4c22f12ea6a6e5ff

Authored by jiangjiazhi
1 parent 90fd379a94

1

Showing 1 changed file with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java View file @ 3f6926e
... ... @@ -368,11 +368,11 @@
368 368  
369 369  
370 370 babyBookbuildingService.updateBabyBuild(model, request.getId());
  371 + model.setId(request.getId());
  372 + model.setPid(pid);
371 373 patientsService.updateRefer(model);
372 374 //如果当前是建档医院,那么需要修改其他非建档医院的数据
373 375 if (autoMatchFacade.checkBStatus(userId)) {
374   - model.setId(request.getId());
375   - model.setPid(pid);
376 376 babyBookbuildingService.updateBaseData(model);
377 377 }
378 378