|
@@ -76,8 +76,14 @@ public class AiMarkTest {
|
|
|
|
|
|
|
|
|
|
|
|
- Long questionId = Long.parseLong("1934063467957837828");
|
|
|
- Long studentId = Long.parseLong("665624496190783488");
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ Long questionId = Long.parseLong("1934063467957837827");
|
|
|
+ Long studentId = Long.parseLong("665624448732233728");
|
|
|
String paperNumber = "27160011";
|
|
|
String subjectName = "形势与政策(理论)";
|
|
|
List<MarkOcrStudentQuestion> markOcrStudentQuestions = markOcrStudentQuestionService.listByStudentIdAndQuestionId(studentId, questionId);
|