Commit a86f3a8b938a5948e9940d699280beb0b0c775f2

Authored by liquanyu
1 parent 1548d185d0

update

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java View file @ a86f3a8
... ... @@ -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);