Commit 1c3d66f66a8b22cf1543c2e0f682df4d92aee489
1 parent
d7ccf3852a
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 @
1c3d66f
... | ... | @@ -101,7 +101,7 @@ |
101 | 101 | @ResponseBody |
102 | 102 | @TokenRequired |
103 | 103 | @RequestMapping(value = "/getSieveApplyInfo",method = RequestMethod.GET) |
104 | - public BaseResponse getSieveApplyInfo(@RequestParam("parentId")String parentId,@RequestParam("type")String type,HttpServletRequest request) { | |
104 | + public BaseResponse getSieveApplyInfo(@RequestParam("parentId")String parentId,@RequestParam(required = false)String type,HttpServletRequest request) { | |
105 | 105 | LoginContext loginState = (LoginContext) request.getAttribute("loginContext"); |
106 | 106 | return sieveFacade.getSieveApplyInfo(parentId, loginState.getId()); |
107 | 107 | } |