删除post类型
This commit is contained in:
parent
62443b4c8f
commit
d1b1bc3853
|
|
@ -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<TypeKeeper> typeKeepers)
|
||||
{
|
||||
return toAjax(typeKeeperService.deleteTypeKeeperByUserIdAndTypeId(typeKeepers));
|
||||
|
|
|
|||
Loading…
Reference in New Issue