XiaoRuby
2023-09-04 f1400115f582ae795913e360c0f5a70ea4513544
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 = "报工增加")