Commit 07f71a58ccfb9436401cea3f3b466082e95c4a48
1 parent
557f8ae41e
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 4 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java
View file @
07f71a5
... | ... | @@ -639,6 +639,10 @@ |
639 | 639 | // } |
640 | 640 | request.setScreeningModel(sieveApplyOrderModel.getSieveModel()); |
641 | 641 | request.setIdCard(patients.getCardNo()); |
642 | + | |
643 | + request.setBodyHeight(sieveApplyOrderModel.getStature()); | |
644 | + request.setBodyWeight(sieveApplyOrderModel.getWeight()); | |
645 | + | |
642 | 646 | huadaSaveSampleInfo(request); |
643 | 647 | } |
644 | 648 | // } |