Commit 0c44f9be0fde058f9a124db0f0df8917b08c05af
1 parent
2aa7e79c2d
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyHighRiskBabyFacade.java
View file @
0c44f9b
... | ... | @@ -564,7 +564,7 @@ |
564 | 564 | String checkMonth = DateUtil.getBabyMonthAge(birthDueDate, babyHighRiskBabyModel.getCheckDate()); |
565 | 565 | babyHighRiskBabyResult.setCheckMonth(checkMonth); |
566 | 566 | //前端需要预产期动态计算 |
567 | - babyHighRiskBabyResult.setBirthDueDate(birthDueDate.toString()); | |
567 | + babyHighRiskBabyResult.setBirthDueDate(DateUtil.getYmd(birthDueDate)); | |
568 | 568 | } |
569 | 569 | } |
570 | 570 | } |