guoyujie
2025-08-29 246ee537d07a82ec7a68a6e126cbbd1747f67306
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));