acgchan的博客详细报错信息:"Requiredrequestbody is missing: public com.ruoyi.common.core.page.TableDataInfo com.ruoyi.xx.xx.controller.XXXController.allOverCheckList(com.ruoyi.xxx.xx.xx.JobVO)
qq_36607554的博客1.原因controll的代码使用了@RequestBody注解,前端使用的是get请求应该使用post请求 ***//@RequestBody需要使用post*** public PageResult findPage(@RequestBody TbBrand tbBrand,@RequestParam("pageNum") int ...