|
@@ -379,7 +379,7 @@ public class ExamRoomStudentRelationServiceImpl extends BaseServiceImpl<Long, Ex
|
|
|
if(roomStudentListDtos != null && roomStudentListDtos.size() > 0){
|
|
|
SysUser sysUser = sysUserFeignService.queryUserInfo();
|
|
|
RoomStudentListDto roomStudentListDto = roomStudentListDtos.get(0);
|
|
|
- if(roomStudentListDto.getFinishedExam() != 0){
|
|
|
+ if(roomStudentListDto.getFinishedExam() != 0 && roomStudentListDto.getFinishedExam() != 1){
|
|
|
throw new BizException("操作失败:当前学员状态不支持录播");
|
|
|
}
|
|
|
ExamRoomStudentRelation examRoomStudentRelation = examRoomStudentRelationDao.get(roomStudentListDto.getExamRoomStudentRelationId());
|