Browse Source

修改打包配置

wangliang 1 month ago
parent
commit
5d7e4297e5

+ 3 - 1
server/src/main/java/com/qmth/jkserver/service/impl/JointFlowSimulationServiceImpl.java

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