导出围栏进出记录列表

This commit is contained in:
2025-09-12 14:50:42 +08:00
parent 01a1a6e25b
commit 8597dc5a9f
5 changed files with 21 additions and 14 deletions

View File

@ -22,7 +22,7 @@
r.create_time
FROM device_fence_access_record r
LEFT JOIN device_geo_fence f ON r.fence_id = f.id
LEFT JOIN device d ON r.device_id = d.device_id
LEFT JOIN device d ON r.device_id = d.id
<where>
${ew.customSqlSegment}
</where>