Commit bf9536673f7d0264328a4e66640fc6d3fb92d428
1 parent
7f9363d473
Exists in
master
and in
6 other branches
体重管理相关代码
Showing 1 changed file with 1 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java
View file @
bf95366
| ... | ... | @@ -626,9 +626,7 @@ |
| 626 | 626 | for (int i = 0; i <= 40; i++) { |
| 627 | 627 | normalMap.put(i, (highMap.get(i) + lowMap.get(i)) / 2); |
| 628 | 628 | } |
| 629 | - for (int i = 0; i <= 40; i++) { | |
| 630 | - xAxis.add(i); | |
| 631 | - } | |
| 629 | + | |
| 632 | 630 | Map<String, Object> reportModel = new HashMap<>(); |
| 633 | 631 | Map<String, Object> series = new HashMap<>(); |
| 634 | 632 | series.put("lowData", CollectionUtils.getValList(lowMap)); |