luoyisheng
2025-04-01 9eaf711b027f60a67a33cb5259e06c21bab620d7
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();
    }