lyhzzz 3 mēneši atpakaļ
vecāks
revīzija
27802f53e8

+ 1 - 1
src/main/java/com/fdkankan/manage/util/CameraUtils.java

@@ -48,7 +48,7 @@ public class CameraUtils {
         if(sceneSource == null || isObj == null){
         if(sceneSource == null || isObj == null){
             return false;
             return false;
         }
         }
-        return isLaser(sceneSource) && isObj == 1;
+        return isLaser(sceneSource) && isObj == 0;
     }
     }
 
 
     public static boolean isLaser(Integer sceneSource) {
     public static boolean isLaser(Integer sceneSource) {