Commit e42308e814d2eff5c9eb2304417cdef936a11001

Authored by gengxiaokai
1 parent eb6a813e02

分娩报告卡导出

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/MatDeliverController.java View file @ e42308e
... ... @@ -479,7 +479,7 @@
479 479 }
480 480 }
481 481  
482   - map.put("weight",weight);
  482 + map.put("weight",queryModel.getBabyWeight());
483 483 //评分
484 484 map.put("apgarScorePf1",queryModel.getApgarScorePf1());
485 485 map.put("apgarScorePf5",queryModel.getApgarScorePf5());