0
0

在线状态

This commit is contained in:
2025-10-07 16:09:59 +08:00
parent 2c0eff2b2c
commit 5c3a35c83e

View File

@ -42,7 +42,7 @@
FROM ( FROM (
SELECT SELECT
da.id AS id, d.id AS deviceId, d.device_name, d.bluetooth_name, d.group_id, da.id AS id, d.id AS deviceId, d.device_name, d.bluetooth_name, d.group_id,
d.pub_topic, d.sub_topic, d.device_pic, d.pub_topic, d.sub_topic, d.device_pic,d.online_status
d.device_mac, d.device_sn, d.update_by, d.device_mac, d.device_sn, d.update_by,
d.device_imei, d.update_time, dg.id AS device_type, d.device_imei, d.update_time, dg.id AS device_type,
d.remark, d.binding_status, t.type_name AS typeName, d.remark, d.binding_status, t.type_name AS typeName,