|
|
@@ -59,10 +59,10 @@
|
|
|
and s.scene_source in (4,5)
|
|
|
</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) )
|
|
|
+ and ( s.scene_source in (4,5) and e.is_obj = 1 or s.scene_source not in (4,5,7) )
|
|
|
</if>
|
|
|
<if test="param.isObj == null ">
|
|
|
- and ( s.scene_source in (4,5) and e.is_obj = 1 or s.scene_source not in (4,5) )
|
|
|
+ and ( s.scene_source in (4,5) and e.is_obj = 1 or s.scene_source not in (4,5,7) )
|
|
|
</if>
|
|
|
<if test="param.sceneName != null and param.sceneName!='' ">
|
|
|
and s.title like concat ('%',#{param.sceneName},'%')
|