web端控制中心

This commit is contained in:
2025-08-19 13:58:48 +08:00
parent 9a6bf05c4b
commit 34ee4cceca
3 changed files with 196 additions and 7 deletions

View File

@ -222,11 +222,9 @@
dt.type_name,
dt.communication_mode,
d.bluetooth_name,
dt.model_dictionary detailPageUrl,
c.binding_time
dt.model_dictionary detailPageUrl
from device d
inner join device_type dt on d.device_type = dt.id
inner join app_device_bind_record c on d.id = c.device_id
where d.device_mac = #{deviceMac}
</select>