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("流程卡进度汇总")