Commit d89e7d442cea02dc025924d41918b983775024e2
1 parent
72bcd54d99
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/PatientWeightServiceImpl.java
View file @
d89e7d4
... | ... | @@ -552,6 +552,7 @@ |
552 | 552 | |
553 | 553 | Map<String, Object> temp = new LinkedHashMap<>(); |
554 | 554 | temp.put("id", patientWeight.getId()); |
555 | + temp.put("dueDate", DateUtil.getyyyy_MM_dd(p.getDueDate())); | |
555 | 556 | temp.put("username", p.getUsername()); |
556 | 557 | temp.put("age", DateUtil.getAge(p.getBirth())); |
557 | 558 | temp.put("week", p.getType() == 3 ? "已分娩" : DateUtil.getWeekDesc(p.getLastMenses(), new Date())); |