Commit 5b2aae9e4af7f85196d20b590534f344e557fe4c
1 parent
df9676c805
Exists in
master
and in
6 other branches
体重管理相关代码
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java
View file @
5b2aae9
| ... | ... | @@ -236,7 +236,8 @@ |
| 236 | 236 | map.put("vcCard", patients.getVcCardNo()); |
| 237 | 237 | map.put("username", patients.getUsername()); |
| 238 | 238 | map.put("phone", patients.getPhone()); |
| 239 | - map.put("dueDate", patients.getDueDate()); | |
| 239 | + map.put("dueDate", DateUtil.getyyyy_MM_dd(patients.getDueDate())); | |
| 240 | + map.put("age", DateUtil.getAge(patients.getBirth())); | |
| 240 | 241 | } |
| 241 | 242 | map.put("height", patientWeight.getBeforeHeight()); |
| 242 | 243 | map.put("beforeWeight", patientWeight.getBeforeWeight()); |