Commit 134f597351bbf2821a1a40df18247507b8296dd9

Authored by litao@lymsh.com
1 parent e42c66df26

123

Showing 1 changed file with 4 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BloodPressureServiceImpl.java View file @ 134f597
... ... @@ -149,8 +149,10 @@
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);
  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);
154 156 List<Object> ssy = new ArrayList<>();
155 157 List<Object> szy = new ArrayList<>();
156 158 List<Integer> pulse = new ArrayList<>();