Commit f696923a487832c60d645b86377f813978fe0cb5
1 parent
e2fed1d2aa
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 @
f696923
... | ... | @@ -113,7 +113,7 @@ |
113 | 113 | this.id=postReviewModel.getId(); |
114 | 114 | int days= DateUtil.daysBetween(lastMenses,postReviewModel.getStopDate()); |
115 | 115 | this.dueWeek=StringUtils.dueWeek(days); |
116 | - this.checkTime=DateUtil.getyyyy_MM_dd(postReviewModel.getCreated()); | |
116 | + this.checkTime=DateUtil.getyyyy_MM_dd(postReviewModel.getStopDate()); | |
117 | 117 | this.title="终止妊娠"; |
118 | 118 | this.type="6"; |
119 | 119 | this.hospitalName=hospitalName; |