|
@@ -56,6 +56,9 @@
|
|
|
FROM t_scene_plus p
|
|
|
LEFT JOIN t_scene_plus_ext e on p.id = e.plus_id
|
|
|
<include refid="commonWhere"></include>
|
|
|
+ <if test="param.queryVrPano !=null and param.queryVrPano == false">
|
|
|
+ and e.location != 7
|
|
|
+ </if>
|
|
|
AND ( p.scene_status = 1 OR p.scene_status = -2)
|
|
|
<if test="param.sceneName !=null and param.sceneName !=''">
|
|
|
and p.title like CONCAT('%',#{param.sceneName},'%')
|