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