This commit is contained in:
孙小云 2026-01-30 14:29:53 +08:00
parent c911ef5dc9
commit b9778447ce
2 changed files with 2 additions and 1 deletions

View File

@ -363,6 +363,7 @@ public class BufferDeviceImpl implements IBufferDeviceService
dto.setRainfall(weather.getRainfall());
dto.setEnvironmentTemperature(weather.getEnvironmentTemperature());
dto.setEnvironmentHumidity(weather.getEnvironmentHumidity());
log.info("weather {}",weather);
}

View File

@ -97,7 +97,7 @@ public class DjiService {
}
log.info("droneData:{}", droneData);
// log.info("droneData:{}", droneData);
}
});