|
@@ -31,6 +31,6 @@ public interface RedisKeyBuilder {
|
|
|
String studentFileAnswerKey(Long examRecordDataId, Integer order);
|
|
|
|
|
|
@RedisKeyDefine(value = "考试控制属性", Prefix = "OE_BOSS")
|
|
|
- String examBossKey(Long examId);
|
|
|
+ String examBossKey(Long examStudentId);
|
|
|
|
|
|
}
|