事件地址

This commit is contained in:
2025-09-22 18:18:05 +08:00
parent 5b3a92c80d
commit e2821566c8
6 changed files with 26 additions and 2 deletions

View File

@ -46,7 +46,7 @@
r.latitude,
r.longitude,
r.accuracy,
r.event_time,
r.event_time, r.event_address,
r.create_time
FROM device_fence_access_record r
LEFT JOIN device_geo_fence f ON r.fence_id = f.id
@ -90,7 +90,7 @@
AND r.event_time <![CDATA[ <= ]]> #{bo.endTime}
</if>
</where>
ORDER BY r.id ASC
ORDER BY r.event_time DESC
</select>
</mapper>