@@ -223,8 +223,6 @@ public class ExamProcessController extends ControllerSupport {
if (StringUtils.isNotEmpty(reason)) {
// 限制字符串最大长度
reason = StringUtils.substring(reason, 0, 1000);
- } else {
- reason = "非法考生端应用";
}
String cacheKey = Constants.OE_DISCIPLINE_ILLEGAL_CLIENT + examingSession.getExamRecordDataId();