Commit 87ddcdeaee24a3dfb99b0169031219714b370684

Authored by liquanyu
1 parent 7eecaaead6

儿童建档

Showing 1 changed file with 6 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BabyBuildController.java View file @ 87ddcde
... ... @@ -839,7 +839,12 @@
839 839 }
840 840  
841 841  
842   -
  842 + /**
  843 + * 小程序儿童建档 查询出来的预建档的儿童转换为正式档案
  844 + * @param request
  845 + * @param httpServletRequest
  846 + * @return
  847 + */
843 848 @RequestMapping(method = RequestMethod.POST, value = "/addAppBabyInfo")
844 849 @ResponseBody
845 850 public BaseResponse addAppBabyInfo(@Valid @RequestBody BabyAppBuildAddRequest request,