Commit de4f5796a5a667df131118acefc963dd5ecb6004
1 parent
0c44f9be0f
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 @
de4f579
... | ... | @@ -564,7 +564,7 @@ |
564 | 564 | String checkMonth = DateUtil.getBabyMonthAge(birthDueDate, babyHighRiskBabyModel.getCheckDate()); |
565 | 565 | babyHighRiskBabyResult.setCheckMonth(checkMonth); |
566 | 566 | //前端需要预产期动态计算 |
567 | - babyHighRiskBabyResult.setBirthDueDate(DateUtil.getYmd(birthDueDate)); | |
567 | + babyHighRiskBabyResult.setBirthDueDate(DateUtil.getYyyyMmDd(birthDueDate)); | |
568 | 568 | } |
569 | 569 | } |
570 | 570 | } |