Kaynağa Gözat

3.4.5 update-20250507,bug修改

xiaofei 2 ay önce
ebeveyn
işleme
239950331c

+ 1 - 1
distributed-print/src/main/java/com/qmth/distributed/print/api/mark/MarkInspectedController.java

@@ -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));
     }
 }