medicalWaste-admin/src/main/java/com/sinata/web/controller/backend/MwCollectRecordController.java
@@ -86,7 +86,7 @@ @ApiOperation("删除") @DeleteMapping("/{id}") public R<?> remove(@ApiParam(name = "id", value = "医废追溯id", required = true) @PathVariable("id") Long id) { collectRecordService.removeById(id); collectRecordService.delete(id); return R.ok(); }