Commit 4d3fd636b4172491517a4bf981b51c3b0ed99f3d
1 parent
1dade8a8db
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/worker/QuanWeightWorker.java
View file @
4d3fd63
... | ... | @@ -80,6 +80,7 @@ |
80 | 80 | // String rFactor = commonService.resloveFactor(JsonUtil.toList(patients.getRiskLevelId(), String.class)); |
81 | 81 | map.put("riskFactor", risk); |
82 | 82 | map.put("bmi", patientWeight.getBmi()); |
83 | + map.put("id", patientWeight.getId()); | |
83 | 84 | map.put("beforeHeight", patientWeight.getBeforeHeight()); |
84 | 85 | map.put("beforeWeight", patientWeight.getBeforeWeight()); |
85 | 86 | map.put("dayWeights", patientWeight.getDayWeights()); |