This commit is contained in:
parent
2035a03135
commit
e0b778333c
|
|
@ -94,6 +94,8 @@ public class TuohengBufferDeviceImpl implements IBufferDeviceService {
|
||||||
if (airDevice != null) {
|
if (airDevice != null) {
|
||||||
aircraftIotDeviceId = airDevice.getIotDeviceId();
|
aircraftIotDeviceId = airDevice.getIotDeviceId();
|
||||||
dto.setAircraftIotId(aircraftIotDeviceId);
|
dto.setAircraftIotId(aircraftIotDeviceId);
|
||||||
|
dto.setAircraftManufacturer(airDevice.getDeviceManufacturer());
|
||||||
|
dto.setAircraftModel(airDevice.getDeviceModel());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue