处理机场飞行控制数据

This commit is contained in:
孙小云 2026-02-26 09:44:25 +08:00
parent 5d4403f55c
commit 5bd7ba0d8f
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ public class TuohengMqttMessageHandler {
private void handleAirportFlyControlData(String deviceSn, String payload, String topic) {
try {
log.debug("处理机场飞行控制数据 - 设备SN: {}, Topic: {}", deviceSn, topic);
log.info("处理机场飞行控制数据 - 设备SN: {}, Topic: {}", deviceSn, topic);
for (IAirportFlyControlDataCallback callback : airportFlyControlDataCallbacks) {
try {