|
|
@@ -54,6 +54,7 @@
|
|
|
left join t_camera c on s.camera_id = c.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
|
|
|
+ and s.scene_source !=6
|
|
|
<if test="param.isObj != null and param.isObj==0">
|
|
|
and s.scene_source in (4,5)
|
|
|
</if>
|