guoyuji
2024-05-09 cbe39ef38c9558002901e828042e0e811be1d6be
north-glass-erp/src/main/java/com/example/erp/controller/pp/ReworkController.java
@@ -50,7 +50,7 @@
        }
    }
    @ApiOperation("审核接口")
    @ApiOperation("返工审核接口")
    @PostMapping("/updateRework")
    public Result updateRework( @RequestBody Map<String,Object> object){
        if(reworkService.updateRework(object)){