|
@@ -260,7 +260,8 @@ public class JointFlowSimulationServiceImpl implements JointFlowSimulationServic
|
|
.filter(e -> (ticketNo + SystemConstant.JSON_PREFIX).equals(e.getName())).collect(Collectors.toList());
|
|
.filter(e -> (ticketNo + SystemConstant.JSON_PREFIX).equals(e.getName())).collect(Collectors.toList());
|
|
if (thisJsonList.size() != 1) {
|
|
if (thisJsonList.size() != 1) {
|
|
System.out.println("result : " + thisJsonList);
|
|
System.out.println("result : " + thisJsonList);
|
|
- throw new JkServerException("未找到试卷编号为[" + courseCode + "]、准考证号为[" + ticketNo + "]的考生作答数据文件");
|
|
|
|
|
|
+// throw new JkServerException("未找到试卷编号为[" + courseCode + "]、准考证号为[" + ticketNo + "]的考生作答数据文件");
|
|
|
|
+ continue;
|
|
}
|
|
}
|
|
map = this.saveStudentJson(map, yunExamId, examNumber, thisJsonList.get(0));
|
|
map = this.saveStudentJson(map, yunExamId, examNumber, thisJsonList.get(0));
|
|
}
|
|
}
|