Commit 20c1482e by 邹磊浩

删除权限注解

parent b7466048
...@@ -99,6 +99,7 @@ public class DbTestPaperRecordDetailController extends BaseController { ...@@ -99,6 +99,7 @@ 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