src/main/java/com/example/jz/controller/CauseController.java
@@ -72,12 +72,13 @@ return R.ok(causeService.getGroupAnnouncement(groupId)); } @ApiOperation(httpMethod = "Delete", value = "案件删除") @ApiOperation(httpMethod = "DELETE", value = "案件删除") @DeleteMapping("/deleteCause") @ApiResponse(message = "执行成功", code = 200) public R deleteCause(@RequestParam(value = "id") Integer id) { causeService.deleteCause(id); return R.ok(); } // TODO: 2022/7/15 导入 }