取消时间段查询

This commit is contained in:
zhouyuejun
2019-01-12 13:56:57 +08:00
parent 9205f984a5
commit 1852eb7b04
3 changed files with 106 additions and 90 deletions
+5 -1
View File
@@ -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') {