增加远机位清空登机桥信息的选项

This commit is contained in:
zhouxiunai
2019-02-26 14:09:55 +08:00
parent 86875c2003
commit 86b0fc5a48
@@ -93,6 +93,11 @@ public class PSDTHandler extends FlopBaseHandler {
fltr.setAbdg(abdgBuffer.toString());//登机桥叠加
}
else {
//远机位,清空登机桥信息
fltr.setAbdg("");
}
} //添加新数据
return fltr;