Commit 9c96e8200729738c41d1318300cf4fdd492c140f

Authored by wtt
1 parent ab7650a203

update

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java View file @ 9c96e82
... ... @@ -574,6 +574,7 @@
574 574 baby.setApgarScore(JsonUtil.str2Obj(model.getApgarScore(), Map.class));
575 575 }
576 576 baby.setBabyHeight(model.getBabyHeight());
  577 + baby.setBabyWeight(model.getBabyWeight());
577 578  
578 579 babys.add(baby);
579 580 babyAutoRiskRequest.setBabies(babys);