Commit 71ef0743bfb7b4291168c403b72c2b334339afb1

Authored by jiangjiazhi
1 parent f63696a44a

增加是否通知

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BabyBookbuildingController.java View file @ 71ef074
... ... @@ -236,6 +236,7 @@
236 236 @RequestMapping(method = RequestMethod.GET, value = "/baby")
237 237 @ResponseBody
238 238 public BaseResponse getBabyBase(@RequestParam("babyId") String babyId){
  239 +
239 240 return babyBookbuildingFacade.getBabyBase(babyId);
240 241 }
241 242 }