Commit c81a5c02b4002906118ce20ae39afa5cb3f7b111
1 parent
5e941e13eb
Exists in
master
and in
6 other branches
产筛
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/SieveController.java
View file @
c81a5c0
... | ... | @@ -115,7 +115,7 @@ |
115 | 115 | @ResponseBody |
116 | 116 | @RequestMapping(value = "/reviceSieve",method = RequestMethod.GET) |
117 | 117 | @TokenRequired |
118 | - public BaseResponse reviceSieve(@RequestParam("parentId")List<String> parentIds,HttpServletRequest request){ | |
118 | + public BaseResponse reviceSieve(@RequestParam("parentIds")List<String> parentIds,HttpServletRequest request){ | |
119 | 119 | LoginContext loginState = (LoginContext) request.getAttribute("loginContext"); |
120 | 120 | return sieveFacade.reviceSieve(parentIds, loginState.getId()); |
121 | 121 | } |