Commit edf7f42755a8e91e217964471a743c8e9da54ab4

Authored by shiyang
1 parent 10db54a18e

update

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java View file @ edf7f42
... ... @@ -6506,7 +6506,7 @@
6506 6506 babyBookbuildingAddRequest.setHospitalId(request.getHospitalId());
6507 6507 babyBookbuildingAddRequest.setsINCard(request.getsINCard());
6508 6508 babyBookbuildingAddRequest.setVcCardNo(request.getVcCardNo());
6509   - babyBookbuildingAddRequest.setBuildDate(DateUtil.getYmd(new Date()));
  6509 + babyBookbuildingAddRequest.setBuildDate(DateUtil.getyyyy_MM_dd(new Date()));
6510 6510 //母亲
6511 6511 babyBookbuildingAddRequest.setMommyName(request.getMommyName());
6512 6512 babyBookbuildingAddRequest.setMommyCertificateNum(request.getMommyCardNo());