Commit e317e73bff8762c95609139fa06151fb9aa2c45e
1 parent
8f62ed15c1
Exists in
master
and in
6 other branches
逗号改括号
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BloodPressureServiceImpl.java
View file @
e317e73
... | ... | @@ -133,8 +133,8 @@ |
133 | 133 | BloodPressure bloodPressure = mongoTemplate.findById(id, BloodPressure.class); |
134 | 134 | List<Map<String, Object>> xyInfos = new ArrayList<>(); |
135 | 135 | List<Map<String, List<Object>>> lines = new ArrayList<>(); |
136 | - List<Integer> szyMin = Arrays.asList( 60, 60, 60, 60, 60, 60); | |
137 | - List<Integer> ssyMax = Arrays.asList(140, 140, 140, 140, 140, 140); | |
136 | + List<Integer> szyMin = Arrays.asList( 60, 60, 60, 60, 60, 60, 60); | |
137 | + List<Integer> ssyMax = Arrays.asList(140, 140, 140, 140, 140, 140, 140); | |
138 | 138 | List<Object> ssy = new ArrayList<>(); |
139 | 139 | List<Object> szy = new ArrayList<>(); |
140 | 140 | List<Integer> pulse = new ArrayList<>(); |