forked from dyf/fys-Multi-tenant
web端控制中心
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user