Commit 06ceada729a396a25b0d805d80927186c7076561

Authored by shiyang
1 parent 146d09d30b

update

Showing 1 changed file with 2 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java View file @ 06ceada
... ... @@ -6503,8 +6503,10 @@
6503 6503 public BaseResponse babyBuildArticle(BabyAppBuildAddRequest request) {
6504 6504 BaseObjectResponse baseObjectResponse=new BaseObjectResponse();
6505 6505 BabyBookbuildingAddRequest babyBookbuildingAddRequest=new BabyBookbuildingAddRequest();
  6506 + babyBookbuildingAddRequest.setHospitalId(request.getHospitalId());
6506 6507 babyBookbuildingAddRequest.setsINCard(request.getsINCard());
6507 6508 babyBookbuildingAddRequest.setVcCardNo(request.getVcCardNo());
  6509 + babyBookbuildingAddRequest.setBuildDate(DateUtil.getYmd(new Date()));
6508 6510 //母亲
6509 6511 babyBookbuildingAddRequest.setMommyName(request.getMommyName());
6510 6512 babyBookbuildingAddRequest.setMommyCertificateNum(request.getMommyCardNo());