浏览代码

获取上海城建坐标

songzhengming 4 月之前
父节点
当前提交
32080bb04d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ghjg-item-datashare-server/src/main/resources/mapper/CommonMapper.xml

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