Commit 565acab9b5780dd5a88d8e2a27440cbe2f8ecc18
1 parent
f9ca007dd9
Exists in
master
and in
6 other branches
1233
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BloodPressureServiceImpl.java
View file @
565acab
... | ... | @@ -167,6 +167,7 @@ |
167 | 167 | temp.put("ssy", infos.containsKey(date) ? infos.get(date).get("ssy") : "--"); |
168 | 168 | temp.put("szy", infos.containsKey(date) ? infos.get(date).get("szy") : "--"); |
169 | 169 | |
170 | + | |
170 | 171 | xAxis.add(date.replace("-", "/")); |
171 | 172 | ssy.add(infos.containsKey(date) ? infos.get(date).get("ssy") : 0); |
172 | 173 | szy.add(infos.containsKey(date) ? infos.get(date).get("szy") : 0); |