Commit 31a776bc by 邹磊浩

删除权限注解

parent 20c1482e
...@@ -99,7 +99,6 @@ public class DbTestPaperRecordDetailController extends BaseController { ...@@ -99,7 +99,6 @@ public class DbTestPaperRecordDetailController extends BaseController {
@DeleteMapping("/{ids}") @DeleteMapping("/{ids}")
public R<Void> remove(@NotEmpty(message = "主键不能为空") public R<Void> remove(@NotEmpty(message = "主键不能为空")
@PathVariable Long[] ids) { @PathVariable Long[] ids) {
return toAjax(iDbTestPaperRecordDetailService.deleteWithValidByIds(Arrays.asList(ids), true)); return toAjax(iDbTestPaperRecordDetailService.deleteWithValidByIds(Arrays.asList(ids), true));
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment