|
@@ -925,8 +925,8 @@ public class ExamControlServiceImpl implements ExamControlService {
|
|
|
// 更新考试记录状态
|
|
|
examRecordDataRepo.updateExamRecordStatusById(examRecordData.getExamRecordStatus(), new Date(), examRecordDataId);
|
|
|
|
|
|
- log.warn("handInExam success! studentId:{}, examRecordDataId:{}, handInExamType:{}, ip:{}, force:{}",
|
|
|
- studentId, examRecordDataId, handInExamType.name(), ip, force);
|
|
|
+ log.warn("handInExam success! studentId:{}, examRecordDataId:{}, handInExamType:{}, ip:{}, force:{}, fromBy:{}",
|
|
|
+ studentId, examRecordDataId, handInExamType.name(), ip, force, fromBy);
|
|
|
|
|
|
//考试过程记录(交卷)打点
|
|
|
ReportsUtil.report(new ExamProcessRecordReport(examRecordDataId,
|