فهرست منبع

航道院AIS查询接口添加时间范围过滤

sbj 5 ماه پیش
والد
کامیت
7939acb84d
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      ghjg-item-datashare-server/src/main/resources/mapper/CommonMapper.xml

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

@@ -276,6 +276,7 @@
             and t1.LATITUDE <= #{maxLat}
             and t1.LONGITUDE >= #{minLon}
             and t1.LONGITUDE <= #{maxLon})
+            and t1.gpstime > sysdate - 30/24/60
     where rn = 1
   </select>