|
|
@@ -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) )
|