Commit 49596ba8ceefe7441092d5a7eb5afbce6376ee36

Authored by jiangjiazhi
1 parent cc0f987bf9

增加设置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 @ 49596ba
... ... @@ -78,7 +78,7 @@
78 78 this.id = model.getId();
79 79 int days = DateUtil.daysBetween(model.getLastMenses(), model.getCreated());
80 80 this.dueWeek = StringUtils.dueWeek(days);
81   - this.checkTime = DateUtil.getyyyy_MM_dd(model.getCreated());
  81 + this.checkTime = DateUtil.getyyyy_MM_dd(model.getBookbuildingDate());
82 82 this.title="孕妇建档";
83 83 this.type="1";
84 84 this.hospitalName=hospitalName;