Commit 5acfa369c0bb9feabe23af8c25f4aeffb665e6ab
1 parent
fa3be3b431
Exists in
master
and in
8 other branches
增加设置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 @
5acfa36
... | ... | @@ -101,7 +101,7 @@ |
101 | 101 | public AntData(PostReviewModel postReviewModel,String hospitalName,Date dueDate) { |
102 | 102 | this.id=postReviewModel.getId(); |
103 | 103 | int days = DateUtil.daysBetween(dueDate,postReviewModel.getCheckTime()); |
104 | - this.dueWeek= StringUtils.dueWeek(days); | |
104 | + this.dueWeek= "产后"+days+"天"; | |
105 | 105 | this.checkTime=DateUtil.getyyyy_MM_dd(postReviewModel.getCheckTime()); |
106 | 106 | this.title="产后复查"; |
107 | 107 | this.type="5"; |