Commit cfc41c0e86606dadc4ffb02b971fea2f9039ff6a
1 parent
16ae4f6a9f
Exists in
master
and in
1 other branch
改回post
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/DischargeAbstractController.java
View file @
cfc41c0
... | ... | @@ -65,7 +65,7 @@ |
65 | 65 | */ |
66 | 66 | @TokenRequired |
67 | 67 | @ResponseBody |
68 | - @RequestMapping(value = "query", method = RequestMethod.GET, consumes = "application/json") | |
68 | + @RequestMapping(value = "query", method = RequestMethod.POST, consumes = "application/json") | |
69 | 69 | public BaseObjectResponse query(HttpServletRequest httpServletRequest, @RequestBody DischargeAbstractQueryRequest dischargeAbstractSaveRequest) { |
70 | 70 | BaseObjectResponse baseObjectResponse; |
71 | 71 | try { |