导出围栏进出记录列表
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user