Commit f800df5034338c9682b84181e252678ea66e00ff

Authored by jiangjiazhi
1 parent 5867953828

增加是否通知

Showing 2 changed files with 2 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java View file @ f800df5
... ... @@ -61,6 +61,7 @@
61 61 //查询儿童的基本信息
62 62 BabyBasicResult base = new BabyBasicResult();
63 63 babyCheckFacade.getBabyModel(babyId, base);
  64 +
64 65 return new BaseObjectResponse().setData(base).setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功");
65 66 }
66 67 /**
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/BabyBasicResult.java View file @ f800df5
... ... @@ -33,6 +33,7 @@
33 33 //母亲身份证号
34 34 private String cardNo;
35 35  
  36 +
36 37 public String getCardNo() {
37 38 return cardNo;
38 39 }