Commit 5b92c71f0537c2a77d1d627c8df7bc68045076cb
Exists in
master
and in
6 other branches
Merge remote-tracking branch 'origin/master'
Showing 1 changed file
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java
View file @
5b92c71
... | ... | @@ -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)); |