Compare commits
2 Commits
185d521472
...
4cc02e1040
Author | SHA1 | Date | |
---|---|---|---|
4cc02e1040 | |||
b876d051d8 |
@ -38,5 +38,8 @@ public class AppDeviceVo {
|
|||||||
*/
|
*/
|
||||||
private String typeName;
|
private String typeName;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 蓝牙名称
|
||||||
|
*/
|
||||||
|
private String bluetoothName;
|
||||||
}
|
}
|
||||||
|
@ -174,6 +174,7 @@
|
|||||||
d.device_pic,
|
d.device_pic,
|
||||||
dt.type_name,
|
dt.type_name,
|
||||||
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