控制中心设备绑定修改2

This commit is contained in:
2025-09-22 14:03:44 +08:00
parent 8e66f1ca28
commit 74b0059aca

View File

@ -239,8 +239,7 @@
where d.device_mac = #{deviceMac}
</select>
<select id="queryWebDeviceList" resultType="com.fuyuanshen.equipment.domain.vo.WebDeviceVo">
select DISTINCT d.id, d.device_name, d.device_name,
d.device_name,
select DISTINCT d.id, d.device_name,
d.device_mac,
d.device_sn,
d.device_imei,
@ -252,7 +251,8 @@
ap.name personnelBy,
d.device_status,
d.online_status,
c.binding_time
c.binding_time,
d.create_time
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