Commit 448f2a2f2b1ae9ec9dad7ef4d446db3c0d1c5388
1 parent
fb4b50f172
Exists in
master
儿童统计
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BabyBuildController.java
View file @
448f2a2
... | ... | @@ -379,7 +379,7 @@ |
379 | 379 | @RequestMapping(method = RequestMethod.GET, value = "/getBabyGroupCount") |
380 | 380 | @ResponseBody |
381 | 381 | @TokenRequired |
382 | - public BaseResponse getBabyGroupCount(@Valid @RequestBody BabyManageRequest babyManageRequest, | |
382 | + public BaseResponse getBabyGroupCount(@Valid BabyManageRequest babyManageRequest, | |
383 | 383 | HttpServletRequest request) { |
384 | 384 | LoginContext loginState = (LoginContext) request.getAttribute("loginContext"); |
385 | 385 | return babyBookbuildingFacade.getBabyGroupCount(babyManageRequest, loginState.getId()); |
... | ... | @@ -393,7 +393,7 @@ |
393 | 393 | @RequestMapping(method = RequestMethod.GET, value = "/getBabyGroupRightCount") |
394 | 394 | @ResponseBody |
395 | 395 | @TokenRequired |
396 | - public BaseResponse getBabyGroupRightCount(@Valid @RequestBody BabyManageRequest babyManageRequest,HttpServletRequest request, | |
396 | + public BaseResponse getBabyGroupRightCount(@Valid BabyManageRequest babyManageRequest,HttpServletRequest request, | |
397 | 397 | @RequestParam("page") Integer page, |
398 | 398 | @RequestParam("limit") Integer limit){ |
399 | 399 | LoginContext loginState = (LoginContext) request.getAttribute("loginContext"); |