添加 dockManufacturer

This commit is contained in:
孙小云 2026-02-06 09:20:58 +08:00
parent 82b63271b7
commit b76d0ef0b4
1 changed files with 1 additions and 0 deletions

View File

@ -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());