|
@@ -13,10 +13,10 @@ public interface RedisKeyBuilder {
|
|
|
String examingSessionKey(Long studentId);
|
|
|
|
|
|
@RedisKeyDefine(value = "考试活动时间", Prefix = "OE_ACTIVE")
|
|
|
- String examActiveTimeKey(Long examRecordDataId);
|
|
|
+ String examingActiveTimeKey(Long examRecordDataId);
|
|
|
|
|
|
@RedisKeyDefine(value = "考试心跳", Prefix = "OE_HEARTBEAT")
|
|
|
- String examHeartbeatKey(Long examRecordDataId);
|
|
|
+ String examingHeartbeatKey(Long examRecordDataId);
|
|
|
|
|
|
@RedisKeyDefine(value = "网考考试记录", Prefix = "OE_ERD")
|
|
|
String examRecordDataKey(Long examRecordDataId);
|