修复登机桥数据
This commit is contained in:
@@ -67,7 +67,7 @@ public class PSDTHandler extends FlopBaseHandler {
|
||||
//获取机位对应的登机桥
|
||||
if("near".equalsIgnoreCase(ormsStand.getStandType()))
|
||||
{
|
||||
String abdg = fltr.getAbdg() + "," + standata.getPSST();//登机桥
|
||||
String abdg = standata.getPSST();//登机桥
|
||||
fltr.setAbdg(abdg);//登机桥叠加
|
||||
}
|
||||
} //添加新数据
|
||||
|
||||
Reference in New Issue
Block a user