| | |
| | | return R.ok(causeService.getCauserListByCondition(cause, status, size, current)); |
| | | } |
| | | |
| | | @ApiOperation(httpMethod = "GET", value = "案件台-案件录入-案件录入列表") |
| | | @GetMapping("/getCause") |
| | | @ApiResponse(message = "执行成功", code = 200) |
| | | public R getCause(String cause, Integer status, Integer size, Integer current,Integer id) { |
| | | return R.ok(causeService.getCauserListByCondition(cause, status, size, current,id)); |
| | | } |
| | | @ApiOperation(httpMethod = "GET", value = "案件台-案件录入-负责人查询") |
| | | @GetMapping("/getManagerList") |
| | | @ApiResponse(message = "执行成功", code = 200) |