|
@@ -76,8 +76,14 @@ public class AiMarkTest {
|
|
// String subjectName = "马克思主义基本原理-北院/藏新";
|
|
// String subjectName = "马克思主义基本原理-北院/藏新";
|
|
|
|
|
|
// 无法评卷考生
|
|
// 无法评卷考生
|
|
- Long questionId = Long.parseLong("1934063467957837828");
|
|
|
|
- Long studentId = Long.parseLong("665624496190783488");
|
|
|
|
|
|
+// Long questionId = Long.parseLong("1934063467957837828");
|
|
|
|
+// Long studentId = Long.parseLong("665624496190783488");
|
|
|
|
+// String paperNumber = "27160011";
|
|
|
|
+// String subjectName = "形势与政策(理论)";
|
|
|
|
+
|
|
|
|
+ // code=400, body={"code":400000,"error":"request parameter invalid"}
|
|
|
|
+ Long questionId = Long.parseLong("1934063467957837827");
|
|
|
|
+ Long studentId = Long.parseLong("665624448732233728");
|
|
String paperNumber = "27160011";
|
|
String paperNumber = "27160011";
|
|
String subjectName = "形势与政策(理论)";
|
|
String subjectName = "形势与政策(理论)";
|
|
List<MarkOcrStudentQuestion> markOcrStudentQuestions = markOcrStudentQuestionService.listByStudentIdAndQuestionId(studentId, questionId);
|
|
List<MarkOcrStudentQuestion> markOcrStudentQuestions = markOcrStudentQuestionService.listByStudentIdAndQuestionId(studentId, questionId);
|