Commit f04e78a146ba7f3fe8d2415a9627e75fb6ee6491
1 parent
eb4a9290f7
Exists in
master
and in
6 other branches
儿童报告
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyNutritionFacade.java
View file @
f04e78a
... | ... | @@ -334,7 +334,7 @@ |
334 | 334 | map.put("kaupEvaluate", kaupEvaluate); |
335 | 335 | map.put("month", month); |
336 | 336 | map.put("bmi", bmi); |
337 | - map.put("kaul", String.format("%.2f",valueKaul)); | |
337 | + map.put("kaul", String.format("%.1f",valueKaul)); | |
338 | 338 | data.put("baseInfo", map); |
339 | 339 | |
340 | 340 | if (month < 12) |