|
@@ -1913,7 +1913,7 @@ public class ExamControlServiceImpl implements ExamControlService {
|
|
}
|
|
}
|
|
|
|
|
|
examingHeartbeat.setCost(calcUsedExamSeconds(studentId));
|
|
examingHeartbeat.setCost(calcUsedExamSeconds(studentId));
|
|
- redisClient.set(examingHeartbeatKey, examingHeartbeat,OeConstants.TIME_OUT_7_DAY);//更新心跳缓存
|
|
|
|
|
|
+ redisClient.set(examingHeartbeatKey, examingHeartbeat, OeConstants.TIME_OUT_7_DAY);//更新心跳缓存
|
|
|
|
|
|
//设置并保存上次活动时间
|
|
//设置并保存上次活动时间
|
|
setAndSaveActiveTime(examSessionInfo.getExamRecordDataId(), ip, "examHeartbeat");
|
|
setAndSaveActiveTime(examSessionInfo.getExamRecordDataId(), ip, "examHeartbeat");
|