lyhzzz před 2 měsíci
rodič
revize
b3553ea3c3

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

@@ -54,6 +54,7 @@
         left join t_camera c on s.camera_id = c.id
         left join t_camera c on s.camera_id = c.id
         left join t_camera_detail d on s.camera_id = d.camera_id
         left join t_camera_detail d on s.camera_id = d.camera_id
         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
         <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)
         </if>
         </if>