Commit e2fed1d2aaa630710f9e6182e73f24417c17492e
1 parent
a96d517f23
Exists in
master
and in
1 other branch
增加设置parentid
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/AntData.java
View file @
e2fed1d
... | ... | @@ -91,7 +91,7 @@ |
91 | 91 | this.id = model.getId(); |
92 | 92 | int days = DateUtil.daysBetween(lastMenses,DateUtil.parseYMD(model.getDueDate())); |
93 | 93 | this.dueWeek = StringUtils.dueWeek(days); |
94 | - this.checkTime = DateUtil.getyyyy_MM_dd(model.getCreated()); | |
94 | + this.checkTime =model.getDueDate(); | |
95 | 95 | this.title="孕妇分娩"; |
96 | 96 | this.type="4"; |
97 | 97 | this.hospitalName=hospitalName; |