|
@@ -45,7 +45,7 @@ public class MarkSiteController extends BaseController {
|
|
@ApiOperation(value = "删除评卷点设置")
|
|
@ApiOperation(value = "删除评卷点设置")
|
|
@PostMapping(value = "delete")
|
|
@PostMapping(value = "delete")
|
|
public ResultVo delete(@RequestParam Long id) {
|
|
public ResultVo delete(@RequestParam Long id) {
|
|
- markSiteService.delete(id);
|
|
|
|
|
|
+ markSiteService.removeById(id);
|
|
return new ResultVo(System.currentTimeMillis());
|
|
return new ResultVo(System.currentTimeMillis());
|
|
}
|
|
}
|
|
}
|
|
}
|