|
@@ -351,7 +351,7 @@
|
|
|
</select>
|
|
|
|
|
|
<select id="selectBoatPathFromMvwHistory" resultType="com.shanghaichengdi.ghjgitem.vo.BoatPathVo">
|
|
|
- select t.deviceid mmsi, t.VELOCITY,t.DIRECTION,t.LONGITUDE,t.LATITUDE,t.MAPX,t.MAPY
|
|
|
+ select t.deviceid mmsi, t.VELOCITY,t.DIRECTION,t.LONGITUDE,t.LATITUDE,t.MAPX,t.MAPY,
|
|
|
to_char(t.GPSTIME,'yyyy-mm-dd hh24:mi:ss') time
|
|
|
from nhdt.gpsinfo_history t
|
|
|
where t.deviceid = #{mmsi}
|