Commit 8c4736a0e9ebdb2f3ced640236ce139d4bbf5ac4

Authored by litao@lymsh.com
1 parent 94db403ea5

体重管理相关代码

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/MathUtil.java View file @ 8c4736a
... ... @@ -57,7 +57,7 @@
57 57 List<Double> restList = new ArrayList<>();
58 58 if(CollectionUtils.isNotEmpty(list)) {
59 59 for (Double d : restList) {
60   - restList.add(d);
  60 + restList.add(doubleFormat2(d));
61 61 }
62 62 }
63 63 return restList;