|
@@ -49,7 +49,7 @@
|
|
|
LEFT JOIN t_project_scene_gps gps on s.num = gps.num
|
|
|
LEFT JOIN t_user u on s.user_id = u.id
|
|
|
LEFT JOIN t_company co on u.company_id = co.id
|
|
|
- WHERE s.rec_status = 'A' and s.scene_status = -2 and gps.num is not null
|
|
|
+ WHERE s.rec_status = 'A' and s.scene_status = -2 and s.map_show = 1 and gps.num is not null
|
|
|
<if test="param.searchKey != null and param.searchKey!='' ">
|
|
|
and (s.title like concat ('%',#{param.searchKey},'%') or s.laser_title like concat ('%',#{param.searchKey},'%') )
|
|
|
</if>
|