liyong
20 小时以前 2652673d45d9f142baed0d92f1deab38276dbd90
src/main/java/com/ruoyi/production/controller/ProductionProductMainController.java
@@ -45,9 +45,7 @@
    @ApiOperation("删除报工")
    @DeleteMapping("/delete")
    @Transactional(rollbackFor = Exception.class)
    public R delete(@RequestBody ProductionProductMainDto productionProductMainDto) {
        return R.ok(productionProductMainService.removeProductMain(productionProductMainDto.getId()));
    }