lyhzzz hai 2 meses
pai
achega
ec7cc76951
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
         WHERE s.rec_status = 'A' and s.camera_id is not null
           and s.scene_source !=6
           and s.scene_source !=6
         <if test="param.isObj != null and param.isObj==0">
         <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>
         <if test="param.isObj != null and param.isObj==1">
         <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) )
             and ( s.scene_source in (4,5) and e.is_obj = 1 or s.scene_source not in (4,5,7) )