|
@@ -128,6 +128,8 @@ public class TIeInvigilateController {
|
|
if (Objects.nonNull(invigilateListVideoBeanList) && invigilateListVideoBeanList.size() > 0) {
|
|
if (Objects.nonNull(invigilateListVideoBeanList) && invigilateListVideoBeanList.size() > 0) {
|
|
ExamCacheBean finalExamCacheBean = examCacheBean;
|
|
ExamCacheBean finalExamCacheBean = examCacheBean;
|
|
invigilateListVideoBeanList.forEach(s -> {
|
|
invigilateListVideoBeanList.forEach(s -> {
|
|
|
|
+ s.setBasePhotoPath(
|
|
|
|
+ ossUtil.getAliYunOssPublicDomain().getPublicUrl() + File.separator + s.getBasePhotoPath());
|
|
List<String> monitorVideoSourceList = null;
|
|
List<String> monitorVideoSourceList = null;
|
|
if (Objects.nonNull(s.getMonitorVideoSource()) && !Objects.equals(s.getMonitorVideoSource().trim().replaceAll(" ", ""), "")) {
|
|
if (Objects.nonNull(s.getMonitorVideoSource()) && !Objects.equals(s.getMonitorVideoSource().trim().replaceAll(" ", ""), "")) {
|
|
monitorVideoSourceList = Arrays.asList(s.getMonitorVideoSource().trim().toUpperCase().replaceAll(" ", "").split(","));
|
|
monitorVideoSourceList = Arrays.asList(s.getMonitorVideoSource().trim().toUpperCase().replaceAll(" ", "").split(","));
|