Commit fb8809e06acc982806f8f6340b0f8c2438f4e5e4
1 parent
3e913927d7
Exists in
master
and in
2 other branches
update bug
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/MatDeliverController.java
View file @
fb8809e
| ... | ... | @@ -330,7 +330,7 @@ |
| 330 | 330 | |
| 331 | 331 | @RequestMapping(value = "/findMatDeliverData", method = RequestMethod.GET) |
| 332 | 332 | @ResponseBody |
| 333 | -// @TokenRequired | |
| 333 | + @TokenRequired | |
| 334 | 334 | public BaseObjectResponse findMatDeliverData(@RequestParam("id")String id){ |
| 335 | 335 | return matDeliverFacade.findMatDeliverData(id); |
| 336 | 336 | } |