|
@@ -132,6 +132,6 @@ public class MarkInspectedController extends BaseController {
|
|
|
public Result getAiMarkAbnormalCount(@ApiParam(value = "考试ID", required = true) @RequestParam Long examId,
|
|
|
@ApiParam(value = "试卷编码", required = true) @RequestParam String paperNumber) {
|
|
|
|
|
|
- return ResultUtil.ok(markStudentService.findScoreByAiMark(examId, paperNumber));
|
|
|
+ return ResultUtil.ok(markStudentService.listAiMarkAbnormal(examId, paperNumber));
|
|
|
}
|
|
|
}
|