north-glass-erp/src/main/java/com/example/erp/controller/pp/ReportController.java
@@ -117,8 +117,8 @@ @ApiOperation("成品率报表") @PostMapping("/yield/{selectTime1}/{selectTime2}/{selectProcesses}") public Result yield( @PathVariable Date selectTime1, @PathVariable Date selectTime2, @PathVariable String selectTime1, @PathVariable String selectTime2, @PathVariable String selectProcesses, @RequestBody Report report) { return Result.seccess(reportService.yieldSv(selectTime1, selectTime2, selectProcesses, report));