|
@@ -11,7 +11,7 @@
|
|
|
</select>
|
|
|
|
|
|
<select id="listGps" resultType="com.fdkankan.manage_jp.vo.response.SceneGpsDbVp">
|
|
|
- SELECT DISTINCT s.num,s.title ,s.laser_title,s.scene_source,'v4' as scene_version ,gps.lat,gps.lon,gps.alt,gps.web_site,c.sn_code
|
|
|
+ SELECT DISTINCT s.num,s.title ,s.laser_title,s.scene_source,'v4' as scene_version,s.create_time ,gps.lat,gps.lon,gps.alt,gps.web_site,c.sn_code
|
|
|
FROM t_project_scene_gps gps
|
|
|
LEFT JOIN t_scene_plus s on gps.num = s.num
|
|
|
LEFT JOIN t_scene_plus_ext e on s.id = e.plus_id
|
|
@@ -38,6 +38,6 @@
|
|
|
<if test="param.userId !=null and param.companyId !=null and param.cooperateSceneCodes !=null and param.cooperateSceneCodes.size ==0 ">
|
|
|
and (co.id = #{param.companyId} or s.user_id = #{param.userId} )
|
|
|
</if>
|
|
|
- order by s.create_time desc
|
|
|
+ order by create_time desc
|
|
|
</select>
|
|
|
</mapper>
|