zss
3 天以前 6f155a2b4633412affca950ad5315d9fd74265f7
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()));
    }