From d1b1bc38532dd4d58432c2f04bce8f2267b4b407 Mon Sep 17 00:00:00 2001 From: bonus <1203338439@qq.com> Date: Mon, 23 Dec 2024 13:29:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4post=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/bonus/material/ma/controller/TypeKeeperController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus-modules/bonus-material/src/main/java/com/bonus/material/ma/controller/TypeKeeperController.java b/bonus-modules/bonus-material/src/main/java/com/bonus/material/ma/controller/TypeKeeperController.java index 3b5d9e06..2faf2d9e 100644 --- a/bonus-modules/bonus-material/src/main/java/com/bonus/material/ma/controller/TypeKeeperController.java +++ b/bonus-modules/bonus-material/src/main/java/com/bonus/material/ma/controller/TypeKeeperController.java @@ -127,7 +127,7 @@ public class TypeKeeperController extends BaseController { @PreventRepeatSubmit @RequiresPermissions("ma:keeper:remove") @SysLog(title = "库管员配置", businessType = OperaType.DELETE, logType = 1,module = "物资管理->删除单个库管员配置") - @PostMapping("/unbind") + @DeleteMapping public AjaxResult remove(@RequestBody List typeKeepers) { return toAjax(typeKeeperService.deleteTypeKeeperByUserIdAndTypeId(typeKeepers));