Преглед на файлове

修改移动端登录判断monitorAudioEnable错误

luoshi преди 4 години
родител
ревизия
e37516f8a9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      themis-business/src/main/java/com/qmth/themis/business/service/impl/TEMobileServiceImpl.java

+ 1 - 1
themis-business/src/main/java/com/qmth/themis/business/service/impl/TEMobileServiceImpl.java

@@ -208,7 +208,7 @@ public class TEMobileServiceImpl implements TEMobileService {
         String monitorVideoSource = exam.getMonitorVideoSource();
         if (!monitorVideoSource.toUpperCase().contains(MonitorVideoSourceEnum.CLIENT_SCREEN.name())
                 && !monitorVideoSource.toUpperCase().contains(MonitorVideoSourceEnum.CLIENT_CAMERA.name())
-                && Source.MOBILE_MONITOR_FIRST.equals(videoSource)) {
+                && MonitorVideoSourceEnum.MOBILE_FIRST.equals(videoSource)) {
             return true;
         } else {
             return false;