|
@@ -70,6 +70,9 @@
|
|
<if test="param.type !=null and param.type == 1">
|
|
<if test="param.type !=null and param.type == 1">
|
|
and s.scene_source = 3
|
|
and s.scene_source = 3
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="param.type !=null and param.type == 4">
|
|
|
|
+ and s.scene_source = 4 and is_obj = 1
|
|
|
|
+ </if>
|
|
<if test="param.companyId !=null ">
|
|
<if test="param.companyId !=null ">
|
|
and co.id = #{param.companyId}
|
|
and co.id = #{param.companyId}
|
|
</if>
|
|
</if>
|