Commit d71c1172 authored by wzp's avatar wzp

修改bug

parent 81b89140
......@@ -200,7 +200,7 @@ public class ExhibitionBoardController extends BaseController {
return getFailResult();
}
@GetMapping("/getList")
@PostMapping("/getList")
@RequiresAuthentication //@RequiresPermissions("exhibition:board:list")
@ApiOperation(value = "获取展板全部列表(无分页)", notes = "获取展板全部列表(无分页)")
@ApiImplicitParams(value = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment