Commit 202ed1ace9001acd300e337c437dcd86f189bf39

Authored by jiangjiazhi
1 parent 63ce0b5bab

1

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/PostReviewListResult.java View file @ 202ed1a
... ... @@ -176,7 +176,7 @@
176 176  
177 177 public AntData(PostReviewModel model){
178 178 this.id=model.getId();
179   - this.dueWeek="产后"+model.getDay()+"天";
  179 + this.dueWeek=model.getDay();
180 180 this.checkTime=model.getCheckTime();
181 181 }
182 182 public String getCheckTime() {