zss
5 天以前 20699d8881c88cff9ad9d531bdecf3b6e1e7e22c
src/main/java/com/ruoyi/production/controller/ProductionProductMainController.java
@@ -48,9 +48,7 @@
    @ApiOperation("删除报工")
    @DeleteMapping("/delete")
    @Transactional(rollbackFor = Exception.class)
    public R delete(@RequestBody ProductionProductMainDto productionProductMainDto) {
        return R.ok(productionProductMainService.removeProductMain(productionProductMainDto.getId()));
    }