APP客户设备绑定-绑定时间

This commit is contained in:
2025-07-19 14:22:36 +08:00
parent 3feafc2cd9
commit a7340c744e
6 changed files with 32 additions and 6 deletions

View File

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