Commit f6afd11f28eaf4014a1dca61ad07f99260bbbfad
1 parent
6da9d28d3f
Exists in
master
and in
6 other branches
小程序端儿童建档分娩bug
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java
View file @
f6afd11
... | ... | @@ -5744,6 +5744,7 @@ |
5744 | 5744 | babyModelDb.setDueCount(appRequest.getChan()); |
5745 | 5745 | babyModelDb.setDueType(appRequest.getFmtype()); |
5746 | 5746 | babyModelDb.setDueWeek(Integer.parseInt(appRequest.getDulWeek())); |
5747 | + babyModelDb.setMbirth(DateUtil.parseYMD(appRequest.getmBirth())); | |
5747 | 5748 | babyService.updateOneBaby(babyModelDb,babyModelDb.getId()); |
5748 | 5749 | |
5749 | 5750 | return new BaseObjectResponse() |