Commit a0f158e7e56d15efc3da64e8deca552841f65c55

Authored by shiyang
1 parent aa7458f08f

update

Showing 1 changed file with 2 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyHighRiskBabyFacade.java View file @ a0f158e
... ... @@ -563,6 +563,8 @@
563 563 if (null != babyHighRiskBabyModel.getCheckDate() && null != birthDueDate) {
564 564 String checkMonth = DateUtil.getBabyMonthAge(birthDueDate, babyHighRiskBabyModel.getCheckDate());
565 565 babyHighRiskBabyResult.setCheckMonth(checkMonth);
  566 + //前端需要预产期动态计算
  567 + babyHighRiskBabyResult.setBirthDueDate(birthDueDate.toString());
566 568 }
567 569 }
568 570 }