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));