廖井涛
2025-02-11 28c2126249a35ded0b816a07d80c015caa45a4f3
north-glass-erp/src/main/java/com/example/erp/controller/pp/ProcessCardController.java
@@ -223,6 +223,15 @@
    }
    @ApiOperation("打印自定义标签数据查询接口2")
    @PostMapping("/getSelectPrintCustomLabel2/{type}/{lableType}")
    public Result getSelectPrintCustomLabel2( @PathVariable String type,
                                             @PathVariable Integer lableType,
                                             @RequestBody Map<String, Object> object) {
        return Result.seccess(flowCardService.getSelectPrintCustomLabelSv2(type,lableType,object));
    }
    @ApiOperation("复选框修改排版状态")
    @SaCheckPermission("selectProcessCard.review")
    @PostMapping("/updateComposing")