删除post类型

This commit is contained in:
bonus 2024-12-23 13:29:15 +08:00
parent 62443b4c8f
commit d1b1bc3853
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ public class TypeKeeperController extends BaseController {
@PreventRepeatSubmit @PreventRepeatSubmit
@RequiresPermissions("ma:keeper:remove") @RequiresPermissions("ma:keeper:remove")
@SysLog(title = "库管员配置", businessType = OperaType.DELETE, logType = 1,module = "物资管理->删除单个库管员配置") @SysLog(title = "库管员配置", businessType = OperaType.DELETE, logType = 1,module = "物资管理->删除单个库管员配置")
@PostMapping("/unbind") @DeleteMapping
public AjaxResult remove(@RequestBody List<TypeKeeper> typeKeepers) public AjaxResult remove(@RequestBody List<TypeKeeper> typeKeepers)
{ {
return toAjax(typeKeeperService.deleteTypeKeeperByUserIdAndTypeId(typeKeepers)); return toAjax(typeKeeperService.deleteTypeKeeperByUserIdAndTypeId(typeKeepers));