lyhzzz 2 месяцев назад
Родитель
Сommit
ec7cc76951
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/resources/mapper/fusion/ScenePlusMapper.xml

+ 1 - 1
src/main/resources/mapper/fusion/ScenePlusMapper.xml

@@ -56,7 +56,7 @@
         WHERE s.rec_status = 'A' and s.camera_id is not null
           and s.scene_source !=6
         <if test="param.isObj != null and param.isObj==0">
-            and  s.scene_source in (4,5)
+            and  s.scene_source in (4,5,7)
         </if>
         <if test="param.isObj != null and param.isObj==1">
             and ( s.scene_source in (4,5) and e.is_obj = 1 or s.scene_source not in (4,5,7) )