north-glass-erp/src/main/java/com/example/erp/controller/pp/ProcessCardController.java
@@ -282,4 +282,13 @@ } } @ApiOperation("打印流程卡补片返工数据查询接口") @PostMapping("/getSelectPrintingRefund/{printMerge}/{printLike}") public Result getSelectPrintingRefund( @PathVariable String printMerge, @PathVariable String printLike, @RequestBody Map<String, Object> object) { return Result.seccess(flowCardService.getSelectPrintingRefundSv(object,printMerge,printLike)); } }