Просмотр исходного кода

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

sbj 5 месяцев назад
Родитель
Сommit
7939acb84d

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