添加 dockManufacturer
This commit is contained in:
parent
82b63271b7
commit
b76d0ef0b4
|
|
@ -78,6 +78,7 @@ public class TuohengBufferDeviceImpl implements IBufferDeviceService {
|
||||||
dto.setDockIotId(device.getIotDeviceId());
|
dto.setDockIotId(device.getIotDeviceId());
|
||||||
dto.setSnNumber(device.getDeviceSn());
|
dto.setSnNumber(device.getDeviceSn());
|
||||||
dto.setBindTime(device.getCreateTime().getTime());
|
dto.setBindTime(device.getCreateTime().getTime());
|
||||||
|
dto.setDockManufacturer(device.getDeviceManufacturer());
|
||||||
|
|
||||||
// 获取ThingsBoard数据并填充到DTO
|
// 获取ThingsBoard数据并填充到DTO
|
||||||
fillTuohengDockDetail(dto, device.getIotDeviceId());
|
fillTuohengDockDetail(dto, device.getIotDeviceId());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue