Commit 4a56d6e5470cbb587ad2f5deccf6db6529087b91
Exists in
master
and in
6 other branches
Merge remote-tracking branch 'origin/master'
Showing 1 changed file
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java
View file @
4a56d6e
... | ... | @@ -648,6 +648,7 @@ |
648 | 648 | |
649 | 649 | String bmi = getBmi(beforeWeight, height); |
650 | 650 | patientWeightBefore.setBmi(bmi); |
651 | + patientWeightBefore.setBeforeHeight(height); | |
651 | 652 | patientWeight.setBmi(bmi); |
652 | 653 | patientWeight.setBeforeHeight(height); |
653 | 654 | patientWeight.setBeforeWeight(beforeWeight); |