廖井涛
2025-09-26 dd3b22bca22373c77843d5ecb96eaa7e7a382461
north-glass-erp/src/main/java/com/example/erp/controller/pp/ReportController.java
@@ -36,7 +36,7 @@
    }
    @ApiOperation("报表流程卡进度")
    @PostMapping("/processCardProgressReport/{orderId}")
    public Result processCardProgressReport(@PathVariable String orderId, @RequestBody List<Integer> columns) {
    public Result processCardProgressReport(@PathVariable String orderId, @RequestBody List<String> columns) {
        return Result.seccess(reportService.processCardProgressReportSv(orderId, columns));
    }
    @ApiOperation("流程卡进度汇总")