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