|
@@ -1993,7 +1993,7 @@ public class ExamControlServiceImpl implements ExamControlService {
|
|
|
*/
|
|
|
@Override
|
|
|
public void setAndSaveActiveTime(Long examRecordDataId, String ip, String fromBy) {
|
|
|
- log.warn("setAndSaveActiveTime examRecordDataId:{} ip:{} fromBy:{}", examRecordDataId, ip, fromBy);
|
|
|
+ log.warn("[ActiveEvent] examRecordDataId:{} ip:{} fromBy:{}", examRecordDataId, ip, fromBy);
|
|
|
|
|
|
String examingActiveTimeKey = RedisKeyHelper.getBuilder().examingActiveTimeKey(examRecordDataId);
|
|
|
ExamingActivityTime examingActiveTime = redisClient.get(examingActiveTimeKey, ExamingActivityTime.class);
|