|
@@ -177,7 +177,7 @@ public class ExamProcessController extends ControllerSupport {
|
|
|
}
|
|
|
|
|
|
String cacheKey = CacheConstants.CACHE_OE_DISCIPLINE_ILLEGAL_CLIENT + examingSession.getExamRecordDataId();
|
|
|
- log.warn("非法考生端应用 cacheKey:{} reason:{}", cacheKey, reason);
|
|
|
+ log.warn("非法考生端应用:{} reason:{}", cacheKey, reason);
|
|
|
redisClient.set(cacheKey, reason, OeConstants.TIME_OUT_1_DAY);
|
|
|
}
|
|
|
|