|
@@ -59,6 +59,9 @@
|
|
<if test="param.type !=null and param.type == 6">
|
|
<if test="param.type !=null and param.type == 6">
|
|
and s.scene_source = 5 and is_obj = 1
|
|
and s.scene_source = 5 and is_obj = 1
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="param.mapShow !=null ">
|
|
|
|
+ and s.map_show = #{param.mapShow}
|
|
|
|
+ </if>
|
|
<if test="param.companyName !=null and param.companyName !='' ">
|
|
<if test="param.companyName !=null and param.companyName !='' ">
|
|
and co.company_name like concat ('%',#{param.companyName},'%')
|
|
and co.company_name like concat ('%',#{param.companyName},'%')
|
|
</if>
|
|
</if>
|