src/main/java/com/ruoyi/purchase/controller/PurchaseLedgerController.java
@@ -178,6 +178,7 @@ */ @PostMapping("/updateApprovalStatus") public AjaxResult addOrEditPurchase(@RequestBody PurchaseLedger purchaseLedger){ return toAjax(purchaseLedgerService.updateById(purchaseLedger)); } /** @@ -262,6 +263,7 @@ return AjaxResult.success(purchaseLedgerService.selectPurchaseLedgerListPage(page, purchaseLedger)); } @ApiOperation("生成采购序列号") @GetMapping("/createPurchaseNo") @Log(title = "生成采购序列号", businessType = BusinessType.OTHER)