廖井涛
2025-02-13 a6db13c4867c99dabf20aed8a91e5ccd9ffa0b90
north-glass-erp/src/main/java/com/example/erp/controller/pp/ProcessCardController.java
@@ -214,7 +214,7 @@
        return Result.seccess(flowCardService.getSelectPrintLabelDetails(object));
    }
    @ApiOperation("打印自定义标签数据查询接口")
    @ApiOperation("打印自定义标签数据查询接口明细")
    @PostMapping("/getSelectPrintCustomLabel/{type}/{lableType}")
    public Result getSelectPrintCustomLabel( @PathVariable String type,
                                             @PathVariable Integer lableType,
@@ -223,7 +223,7 @@
    }
    @ApiOperation("打印自定义标签数据查询接口2")
    @ApiOperation("打印自定义标签数据查询接口")
    @PostMapping("/getSelectPrintCustomLabel2/{type}/{lableType}")
    public Result getSelectPrintCustomLabel2( @PathVariable String type,
                                             @PathVariable Integer lableType,