|
@@ -195,7 +195,7 @@ public class TEExamActivityServiceImpl extends ServiceImpl<TEExamActivityMapper,
|
|
|
inProcessLivenessFixedRange.add(integer);
|
|
|
}
|
|
|
if (Objects.equals(inProcessLivenessFixedRange.toString().trim().replaceAll(" ", ""), "")) {
|
|
|
- teExivityDto.setInProcessLivenessFixedRange(null);
|
|
|
+ teExamActivityDto.setInProcessLivenessFixedRange(null);
|
|
|
} else {
|
|
|
teExamActivityDto.setInProcessLivenessFixedRange(inProcessLivenessFixedRange);
|
|
|
}
|
|
@@ -204,7 +204,7 @@ public class TEExamActivityServiceImpl extends ServiceImpl<TEExamActivityMapper,
|
|
|
ExamCourseCacheBean examCourseCacheBean = teExamCourseService
|
|
|
.getExamCourseCacheBean(teExamActivityDto.getExamId(), courseCode);
|
|
|
if (Objects.nonNull(examCourseCacheBean) && Objects.nonNull(examCourseCacheBean.getMobilePhotoUpload())) {
|
|
|
- teExamActiviamActtyDto.setMobilePhotoUpload(examCourseCacheBean.getMobilePhotoUpload());
|
|
|
+ teExamActivityDto.setMobilePhotoUpload(examCourseCacheBean.getMobilePhotoUpload());
|
|
|
}
|
|
|
if (Objects.nonNull(teExamActivityDto.getMonitorVideoSourceStr()) && !Objects
|
|
|
.equals(teExamActivityDto.getMonitorVideoSourceStr().toString().trim().replaceAll(" ", ""), "")) {
|