设备在线状态4

This commit is contained in:
2025-10-08 15:08:31 +08:00
parent 6439a96e3d
commit c9857a679c

View File

@ -258,6 +258,7 @@
d.binding_status,
d.online_status,
c.binding_time,
d.create_time,
ROW_NUMBER() OVER (PARTITION BY d.id ORDER BY c.binding_time) AS row_num
from device d
inner join device_type dt on d.device_type = dt.id