Commit 4b1be7779f56e160475bd33f58f594553f8d0b65
1 parent
a765756864
Exists in
master
and in
3 other branches
1
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/ApplyOrderController.java
View file @
4b1be77
| ... | ... | @@ -76,7 +76,7 @@ |
| 76 | 76 | @RequestMapping(method = RequestMethod.GET,value = "/applyorder") |
| 77 | 77 | @ResponseBody |
| 78 | 78 | @TokenRequired |
| 79 | - public BaseResponse queryApplyOrder(ApplyOrderQueryRequest orderQueryRequest,HttpServletRequest request){ | |
| 79 | + public BaseResponse queryApplyOrder(@Valid ApplyOrderQueryRequest orderQueryRequest,HttpServletRequest request){ | |
| 80 | 80 | LoginContext loginState = (LoginContext) request.getAttribute("loginContext"); |
| 81 | 81 | return applyOrderFacade.queryApplyOrder(orderQueryRequest,loginState.getId()); |
| 82 | 82 | } |