1
0

Merge remote-tracking branch 'origin/dyf-device'

This commit is contained in:
2025-07-10 18:29:56 +08:00

View File

@ -173,8 +173,8 @@
d.device_imei,
d.device_pic,
dt.type_name,
dt.communication_mode
d.bluetooth_name
dt.communication_mode,
d.bluetooth_name
from device d
inner join device_type dt on d.device_type = dt.id
where d.binding_user_id = #{criteria.bindingUserId}