diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java index 20fe7cb..f262862 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java @@ -552,6 +552,7 @@ public class PatientWeightServiceImpl extends BaseServiceImpl implements Patient Map temp = new LinkedHashMap<>(); temp.put("id", patientWeight.getId()); + temp.put("dueDate", DateUtil.getyyyy_MM_dd(p.getDueDate())); temp.put("username", p.getUsername()); temp.put("age", DateUtil.getAge(p.getBirth())); temp.put("week", p.getType() == 3 ? "已分娩" : DateUtil.getWeekDesc(p.getLastMenses(), new Date()));