From cf2ab9c5cadca03786bd7feb098d54cd7b440cf0 Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Tue, 11 Feb 2025 19:14:05 +0800 Subject: [PATCH] =?UTF-8?q?put=20=E6=94=B9=E6=88=90post?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lSun <15893999301@qq.com> --- .../com/bonus/system/att/controller/OrgChangeController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus-modules/bonus-system/src/main/java/com/bonus/system/att/controller/OrgChangeController.java b/bonus-modules/bonus-system/src/main/java/com/bonus/system/att/controller/OrgChangeController.java index 56baf85..ac1888b 100644 --- a/bonus-modules/bonus-system/src/main/java/com/bonus/system/att/controller/OrgChangeController.java +++ b/bonus-modules/bonus-system/src/main/java/com/bonus/system/att/controller/OrgChangeController.java @@ -145,7 +145,7 @@ public class OrgChangeController extends BaseController { return error("系统异常"); } - @PutMapping("orgBatchChangeCheck") + @PostMapping("orgBatchChangeCheck") @Log(title = "流程相关->组织架构变更审核->一键审核", businessType = BusinessType.UPDATE) public AjaxResult orgBatchChangeCheck(@Validated @RequestBody OrgChangeBean o) { try{