Commit 99fb1ebca29de210c16aab50742b89e84fff642b
1 parent
99c7bd4de5
Exists in
master
and in
6 other branches
血压
Showing 1 changed file with 3 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BloodPressureServiceImpl.java
View file @
99fb1eb
... | ... | @@ -118,6 +118,9 @@ |
118 | 118 | temp.put("bloodPressure", bloodPressure.getSsy() + "/" + bloodPressure.getSzy() + "mmHg"); |
119 | 119 | temp.put("pulse", bloodPressure.getPulse()); |
120 | 120 | temp.put("status", getPulseStatus(bloodPressure.getSsy(), bloodPressure.getSzy())); |
121 | + temp.put("vcCardNo", p.getVcCardNo()); | |
122 | + temp.put("pcerteTypeId", p.getPcerteTypeId()); | |
123 | + temp.put("cardNo", p.getCardNo()); | |
121 | 124 | } |
122 | 125 | restList.add(temp); |
123 | 126 | } |