Compare commits
2 Commits
a708889117
...
33b718c048
| Author | SHA1 | Date | |
|---|---|---|---|
| 33b718c048 | |||
| 3250dd3f83 |
@ -173,8 +173,8 @@
|
|||||||
d.device_imei,
|
d.device_imei,
|
||||||
d.device_pic,
|
d.device_pic,
|
||||||
dt.type_name,
|
dt.type_name,
|
||||||
dt.communication_mode
|
dt.communication_mode,
|
||||||
d.bluetooth_name
|
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