Commit 1dade8a8db6552c088927c9a0fdecf772b550a65
1 parent
5f408f970b
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java
View file @
1dade8a
... | ... | @@ -2045,8 +2045,7 @@ |
2045 | 2045 | Iterator<Map.Entry<Integer, String>> iterator = weights.entrySet().iterator(); |
2046 | 2046 | while (iterator.hasNext()) { |
2047 | 2047 | Map.Entry<Integer, String> next = iterator.next(); |
2048 | -// list.add(Arrays.asList(next.getKey(), getDiff(beforeWeight, next.getValue()))); | |
2049 | - list.add(Arrays.asList(next.getKey(), getDiff(beforeWeight, next.getValue()).toString() + " 当前体重数66 测量日期2021-02-02")); | |
2048 | + list.add(Arrays.asList(next.getKey(), getDiff(beforeWeight, next.getValue()))); | |
2050 | 2049 | } |
2051 | 2050 | } |
2052 | 2051 | series.put("portData", list); |