diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java index c6f8616..1d4526f 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java @@ -648,6 +648,7 @@ public class PatientWeightServiceImpl extends BaseServiceImpl implements Patient String bmi = getBmi(beforeWeight, height); patientWeightBefore.setBmi(bmi); + patientWeightBefore.setBeforeHeight(height); patientWeight.setBmi(bmi); patientWeight.setBeforeHeight(height); patientWeight.setBeforeWeight(beforeWeight);