Commit 1ee84892c4f93d252cb79903c6cf8a8751ae14f8

Authored by jiangjiazhi
1 parent 158f226db0
Exists in master and in 1 other branch dev

增加字段

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/AntenatalExaminationController.java View file @ 1ee8489
... ... @@ -313,7 +313,7 @@
313 313 */
314 314 @RequestMapping(method = RequestMethod.GET, value = "/last")
315 315 @TokenRequired
316   - public BaseResponse getLastCheck(HttpServletRequest request,@RequestParam("pid")String pid){
  316 + public BaseResponse getLastCheck(HttpServletRequest request,@RequestParam("parentId")String pid){
317 317 LoginContext loginState = (LoginContext) request.getAttribute("loginContext");
318 318 return antenatalExaminationFacade.getLastCheck(loginState.getId(),pid);
319 319 }