Commit 6d7be1aa767059de103ef5d9062ef8b90861e278
1 parent
53037ebb56
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 3 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/VolumeComponentAnalysisFacade.java
View file @
6d7be1a
... | ... | @@ -370,7 +370,6 @@ |
370 | 370 | }else if(bmi >= 30){ |
371 | 371 | obesityAnalysis.put("obesity", 4);//肥胖4 |
372 | 372 | } |
373 | - data.add(obesityAnalysis); | |
374 | 373 | |
375 | 374 | //节段分析 |
376 | 375 | Map<String, Object> limbsInfo = new HashMap<>(); |
... | ... | @@ -410,6 +409,9 @@ |
410 | 409 | Double.valueOf(volumeComponentAnalysisModel.getWeight()), |
411 | 410 | Double.valueOf(volumeComponentAnalysisModel.getProtein()), |
412 | 411 | "zf"); |
412 | + obesityAnalysis.put("tzPerCent", tz);//体脂百分比 | |
413 | + data.add(obesityAnalysis); | |
414 | + | |
413 | 415 | //肌肉的计算规则 |
414 | 416 | String jr = range(DateUtil.getWeek(patients.getLastMenses(), new Date()), |
415 | 417 | Double.valueOf(volumeComponentAnalysisModel.getWeight()), |