处理机场飞行控制数据
This commit is contained in:
parent
6bda88ab0c
commit
f20216fc29
|
|
@ -91,12 +91,7 @@ public class PreCheckLogWebSocket {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
Map<String, Object> response = new ConcurrentHashMap<>();
|
ws.sendMessage(JSON.toJSONString(flightData));
|
||||||
response.put("status", flightData.get("status"));
|
|
||||||
response.put("preCheckLogs", flightData.get("preCheckLogs"));
|
|
||||||
response.put("flightLogs", flightData.get("flightLogs"));
|
|
||||||
|
|
||||||
ws.sendMessage(JSON.toJSONString(response));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue