提交 11fbe697 authored 作者: 吴德鹏's avatar 吴德鹏

属性管理

上级 f159b0aa
package com.platform.controller; package com.platform.controller;
import com.platform.annotation.IgnoreAuth;
import com.platform.entity.AttributesDescEntity; import com.platform.entity.AttributesDescEntity;
import com.platform.service.AttributesDescService; import com.platform.service.AttributesDescService;
import com.platform.utils.PageUtils; import com.platform.utils.PageUtils;
...@@ -89,6 +90,7 @@ public class AttributesDescController { ...@@ -89,6 +90,7 @@ public class AttributesDescController {
@RequestMapping("/delete") @RequestMapping("/delete")
@RequiresPermissions("attributesdesc:delete") @RequiresPermissions("attributesdesc:delete")
@ResponseBody @ResponseBody
@IgnoreAuth
public R delete(@RequestBody String[] attrDescIds) { public R delete(@RequestBody String[] attrDescIds) {
attributesDescService.deleteBatch(attrDescIds); attributesDescService.deleteBatch(attrDescIds);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论