This commit is contained in:
孙小云 2026-02-06 10:30:14 +08:00
parent 2035a03135
commit e0b778333c
1 changed files with 2 additions and 0 deletions

View File

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