Commit 9014c5989ec6781399a821780f9eca869178abf4

Authored by litao@lymsh.com
1 parent 9b8ecf1de5

逗号改括号

Showing 1 changed file with 2 additions and 4 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BloodPressureServiceImpl.java View file @ 9014c59
... ... @@ -149,10 +149,8 @@
149 149 BloodPressure bloodPressure = mongoTemplate.findById(id, BloodPressure.class);
150 150 List<Map<String, Object>> xyInfos = new ArrayList<>();
151 151 List<Map<String, List<Object>>> lines = new ArrayList<>();
152   -// List<Integer> szyMin = Arrays.asList( 60, 60, 60, 60, 60, 60, 60);
153   -// List<Integer> ssyMax = Arrays.asList(140, 140, 140, 140, 140, 140, 140);
154   - List<Integer> szyMin = Arrays.asList( 40, 40, 40, 40, 40, 40, 40);
155   - List<Integer> ssyMax = Arrays.asList(200, 200, 200, 200, 200, 200, 200);
  152 + List<Integer> szyMin = Arrays.asList( 60, 60, 60, 60, 60, 60, 60);
  153 + List<Integer> ssyMax = Arrays.asList(140, 140, 140, 140, 140, 140, 140);
156 154 List<Object> ssy = new ArrayList<>();
157 155 List<Object> szy = new ArrayList<>();
158 156 List<Integer> pulse = new ArrayList<>();