aircraftManufacturer 赋值
This commit is contained in:
parent
841f53cb4e
commit
2035a03135
|
|
@ -135,6 +135,7 @@ public class TuohengBufferDeviceImpl implements IBufferDeviceService {
|
|||
dto.setAircraftName(aircraft.getAircraftName());
|
||||
dto.setSnNumber(device.getDeviceSn());
|
||||
dto.setBindTime(device.getCreateTime().getTime());
|
||||
dto.setAircraftManufacturer(device.getDeviceManufacturer());
|
||||
|
||||
// 获取ThingsBoard数据并填充到DTO
|
||||
fillTuohengAircraftDetail(dto, device.getIotDeviceId());
|
||||
|
|
|
|||
Loading…
Reference in New Issue