Browse Source

获取上海城建坐标

songzhengming 3 months ago
parent
commit
32080bb04d

+ 1 - 1
ghjg-item-datashare-server/src/main/resources/mapper/CommonMapper.xml

@@ -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}