zhuo
2025-04-03 eb975b40828b3a930fb38b75c739a7385b14ee12
basic-server/src/main/java/com/ruoyi/basic/controller/StandardTreeController.java
@@ -222,7 +222,7 @@
    @ApiOperation(value = "删除厂家要求值绑定")
    @DeleteMapping("/deleteProductSupplierAsk")
    public Result deleteProductSupplierAsk(Integer supplierAskId) {
        standardProductListSupplierAskService.removeById(supplierAskId);
        standardProductListSupplierAskService.deleteProductSupplierAsk(supplierAskId);
        return Result.success();
    }
@@ -277,7 +277,7 @@
    }
    @ApiOperation("查询标准库是否存在审核中状态")
    @GetMapping("/productListCheck")
    @GetMapping("/existCheckingRecord")
    public Result existCheckingRecord(){
        return Result.success(standardProductListService.existCheckingRecord());
    }