|
@@ -10,7 +10,7 @@
|
|
|
and (s.scene_source in (0,1,3)
|
|
|
or (s.scene_source in (4,5) and e.is_obj = 1))
|
|
|
<if test="param.status != null and param.status ==2">
|
|
|
- and s.scene_status = -2
|
|
|
+ and s.scene_status = -2 and s.pay_status = 1
|
|
|
</if>
|
|
|
<if test="param.sceneName!= null and param.sceneName !=''">
|
|
|
and s.title like concat ('%', #{param.sceneName} ,'%')
|