Commit add843f6e9c76b8f9e7a0cd46dd64dcb6c427466
1 parent
d4538ef39c
Exists in
master
and in
6 other branches
血压报告打印出血压值
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 @
add843f
| ... | ... | @@ -707,6 +707,7 @@ |
| 707 | 707 | paMap.put("phone", patients.getPhone()); |
| 708 | 708 | paMap.put("age", patients.getAge()); |
| 709 | 709 | paMap.put("dueDate", DateUtil.getyyyy_MM_dd(patients.getDueDate())); |
| 710 | + paMap.put("checkDate", DateUtil.getyyyy_MM_dd(bloodPressure.getCreated())); | |
| 710 | 711 | paMap.put("height", bloodPressure.getHeight()); |
| 711 | 712 | paMap.put("beforWeight", bloodPressure.getBeforWeight()); |
| 712 | 713 |