|
@@ -491,12 +491,12 @@ public class ExamRoomStudentRelationServiceImpl extends BaseServiceImpl<Long, Ex
|
|
|
throw new BizException("操作失败:当前学员状态不支持录播");
|
|
|
}
|
|
|
ExamRoomStudentRelation examRoomStudentRelation = examRoomStudentRelationDao.get(roomStudentListDto.getExamRoomStudentRelationId());
|
|
|
-
|
|
|
//修改学员考试状态
|
|
|
StudentExamResult studentExamResult = studentExamResultDao.findByRegistrationId(examRoomStudentRelation.getExamRegistrationId());
|
|
|
studentExamResult.setRecordFlag(1);
|
|
|
studentExamResult.setIsFinishedExam(4);
|
|
|
studentExamResultDao.update(studentExamResult);
|
|
|
+ examReviewDao.delByRegistration(examRoomStudentRelation.getExamRegistrationId());
|
|
|
//关闭学员房间入口
|
|
|
examRoomStudentRelation.setClassroomSwitch(0);
|
|
|
examRoomStudentRelationDao.update(examRoomStudentRelation);
|