Selaa lähdekoodia

添加自动交卷和交卷后续处理的执行器

lideyin 5 vuotta sitten
vanhempi
commit
ded69d37a9

+ 0 - 3
examcloud-core-oe-student-service/src/main/java/cn/com/qmth/examcloud/core/oe/student/service/impl/ExamControlServiceImpl.java

@@ -300,9 +300,6 @@ public class ExamControlServiceImpl implements ExamControlService {
             throw new StatusException("201101", "暂不支持的交卷类型");
         }
 
-        //标记当前状态为手动交卷
-        examRecordData.setExamRecordStatus(ExamRecordStatus.EXAM_HAND_IN);
-
         // 保存考试记录
         examRecordDataService.saveExamRecordDataCache(examRecordDataId, examRecordData);