forked from dyf/fys-Multi-tenant
app设备列表添加蓝牙名称
This commit is contained in:
@ -32,4 +32,9 @@ public class AppDeviceVo {
|
|||||||
* 设备图片
|
* 设备图片
|
||||||
*/
|
*/
|
||||||
private String devicePic;
|
private String devicePic;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 蓝牙名称
|
||||||
|
*/
|
||||||
|
private String bluetoothName;
|
||||||
}
|
}
|
||||||
|
@ -172,7 +172,8 @@
|
|||||||
d.device_sn,
|
d.device_sn,
|
||||||
d.device_imei,
|
d.device_imei,
|
||||||
d.device_mac,
|
d.device_mac,
|
||||||
dt.communication_mode
|
dt.communication_mode,
|
||||||
|
d.bluetooth_name
|
||||||
from device d
|
from device d
|
||||||
inner join device_type dt on d.device_type = dt.id
|
inner join device_type dt on d.device_type = dt.id
|
||||||
where d.binding_user_id = #{criteria.bindingUserId}
|
where d.binding_user_id = #{criteria.bindingUserId}
|
||||||
|
Reference in New Issue
Block a user