s.rec_status = 'A'
and ( s.title like concat ('%',#{param.sceneName},'%')
or ls.title like concat ('%',#{param.sceneName},'%')
)
and e.is_obj = 1
and s.scene_source in (4,5)
and ( e.is_obj = 1 or
s.scene_source not in (4,5)
)
and c.sn_code like concat ('%',#{param.snCode},'%')
and s.num like concat ('%',#{param.num},'%')
and u.user_name like concat ('%',#{param.userName},'%')
and s.scene_source in (1,2,12,13,14)
and s.three_cam_type is null
and s.scene_source = 1
and s.three_cam_type = 'yzl'
and s.scene_source = 3
and s.scene_source = 4
and s.scene_source = 5