|
@@ -84,8 +84,8 @@ public class HandInExamExecutor implements NodeExecuter<Long, ExamRecordData, Lo
|
|
|
|
|
|
ExamingSession examingSession = examingSessionService.getExamingSession(examRecordData.getStudentId());
|
|
ExamingSession examingSession = examingSessionService.getExamingSession(examRecordData.getStudentId());
|
|
|
|
|
|
- // 如果考试会话不存在/超过考试时间/超过断点续考时间,自动交卷
|
|
|
|
- if (null == examingSession || isOverExamTime(examingSession) || isOverBreakpointTime(examingSession)) {
|
|
|
|
|
|
+ // 如果考试会话不存在/超过断点续考时间,自动交卷
|
|
|
|
+ if (null == examingSession || isOverBreakpointTime(examingSession)) {
|
|
|
|
|
|
try {
|
|
try {
|
|
|
|
|