廖井涛
2025-09-01 fd7fd05a94784b3f799e3c9668353cc630f9a07f
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));