|
@@ -554,7 +554,6 @@ public class ExamCaptureServiceImpl implements ExamCaptureService {
|
|
|
String isStrangerEnableStr = "true";
|
|
|
if (examRecordPropertyCache != null) {
|
|
|
isStrangerEnableStr = ExamCacheTransferHelper.getCachedExamProperty(examRecordPropertyCache.getExamId(),
|
|
|
- examRecordPropertyCache.getOrgId(),
|
|
|
studentId,
|
|
|
ExamProperties.IS_STRANGER_ENABLE.name()).getValue();
|
|
|
}
|