|
@@ -266,6 +266,8 @@ public class JointFlowSimulationServiceImpl implements JointFlowSimulationServic
|
|
|
System.out.println("result : " + thisJsonList);
|
|
|
// throw new JkServerException("未找到试卷编号为[" + courseCode + "]、准考证号为[" + ticketNo + "]的考生作答数据文件");
|
|
|
continue;
|
|
|
+ } else {
|
|
|
+ examStudentAnswer.setTaskSyncResult(true);
|
|
|
}
|
|
|
map = this.saveStudentJson(map, yunExamId, examNumber, thisJsonList.get(0));
|
|
|
}
|
|
@@ -274,7 +276,7 @@ public class JointFlowSimulationServiceImpl implements JointFlowSimulationServic
|
|
|
completeProgress.incrementAndGet();
|
|
|
examTask.setCompleteProgress(completeProgress.get());
|
|
|
|
|
|
- examStudentAnswer.setTaskSyncResult(true);
|
|
|
+// examStudentAnswer.setTaskSyncResult(true);
|
|
|
// examStudentAnswer.setExamTask(examTask);
|
|
|
// mongoTemplate.save(examStudentAnswer);
|
|
|
examStudentAnswer.setExamTaskId(examTask.getId());
|