zss
2023-09-06 fa0d4fc230b44c04b969b4f7c7bd0ea72a61572d
production-server/src/main/java/com/yuanchu/mom/controller/ProductionReportController.java
@@ -42,8 +42,7 @@
    @ApiOperation(value = "点击新增-->查询所有排产计划")
    @PostMapping("add_show_scheduling")
    public Result<?> reportSelectScheduling() {
        manufactureSchedulingService.reportSelectScheduling();
        return Result.success();
        return Result.success(manufactureSchedulingService.reportSelectScheduling());
    }
    @ApiOperation(value = "报工增加")