|
@@ -22,7 +22,7 @@
|
|
|
left join t_camera ca on p.camera_id = ca.id
|
|
|
LEFT JOIN t_scene_plus_ext e on p.id = e.plus_id
|
|
|
left join `t_camera_detail` tcd on p.camera_id = tcd.camera_id
|
|
|
- WHERE p.rec_status = 'A' AND ( p.scene_status = 1 OR p.scene_status = -2) AND p.scene_type != 99 and e.location !=7
|
|
|
+ WHERE p.rec_status = 'A' AND ( p.scene_status = 1 OR p.scene_status = -2) AND p.scene_type != 99
|
|
|
<include refid="commonWhere"></include>
|
|
|
<if test="param.sceneName !=null and param.sceneName !=''">
|
|
|
and p.title like CONCAT('%',#{param.sceneName},'%')
|