|
@@ -47,6 +47,12 @@
|
|
|
<if test="param.neStatus != null ">
|
|
|
and s.pay_status !=#{param.neStatus}
|
|
|
</if>
|
|
|
+ <if test="param.isLaser !=null and param.isLaser == 1">
|
|
|
+ and s.scene_source in (4,5)
|
|
|
+ </if>
|
|
|
+ <if test="param.isLaser !=null and param.isLaser == 0">
|
|
|
+ and s.scene_source not in (4,5)
|
|
|
+ </if>
|
|
|
<if test="param.type !=null and param.type == 0">
|
|
|
and s.scene_source in (1,2,12,13,14)
|
|
|
</if>
|