取消时间段查询
This commit is contained in:
@@ -25,7 +25,11 @@ export class AlertMessageHandle {
|
||||
// }
|
||||
|
||||
public flopCncl(message, airports) {
|
||||
return message.FLOP.FFID + '航班取消';
|
||||
if(message.FLOP.CNCL){
|
||||
return message.FLOP.FFID + '航班取消';
|
||||
}else{
|
||||
return message.FLOP.FFID + '航班恢复';
|
||||
}
|
||||
}
|
||||
public flopFret(message, airports) {
|
||||
if (message.FLOP.FRET.REID === 'G') {
|
||||
|
||||
Reference in New Issue
Block a user