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 = "报工增加")