From 89cd54f5065f18b9e08983cec812a3c44060742d Mon Sep 17 00:00:00 2001 From: wujianwei <wjw@11.com> Date: 星期三, 27 八月 2025 14:57:36 +0800 Subject: [PATCH] 新增前后端 --- service/src/main/java/com/ruoyi/cwgl/controller/PendingSettlementBusinessController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/service/src/main/java/com/ruoyi/cwgl/controller/PendingSettlementBusinessController.java b/service/src/main/java/com/ruoyi/cwgl/controller/PendingSettlementBusinessController.java index 377d8a6..47c5dc1 100644 --- a/service/src/main/java/com/ruoyi/cwgl/controller/PendingSettlementBusinessController.java +++ b/service/src/main/java/com/ruoyi/cwgl/controller/PendingSettlementBusinessController.java @@ -124,7 +124,7 @@ return AjaxResult.success(pendingSettlementBusinessService.billList(pendingSettlementBusiness)); } - @GetMapping("create/bill/{ids}") + @PostMapping("create/bill/{ids}") public AjaxResult createBillIds(@PathVariable Integer[] ids, @RequestBody CreateBillVo createBillVo) { return toAjax(pendingSettlementBusinessService.createBillIds(ids,createBillVo)); -- Gitblit v1.8.0