wangwei 5 vuotta sitten
vanhempi
commit
a5e73dc04c

+ 2 - 2
src/main/java/cn/com/qmth/examcloud/support/redis/RedisKeyBuilder.java

@@ -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);