修复由于resttemplate返回的list元素为linkedhashmap导致的获取基础数据失败的问题。

This commit is contained in:
zhouxiunai
2019-02-19 14:23:28 +08:00
parent e8348be5ab
commit e345f2854d
5 changed files with 65 additions and 3 deletions
@@ -54,7 +54,7 @@ public class PSDTHandler extends FlopBaseHandler {
fltr.getPSDT().add(standata);
//如果是近机位
//获取机位
OrmsStand ormsStand = OrmsStandManager
.getInstance()
.getOrmsStandByStandCode(standata.getPSST());
@@ -64,6 +64,7 @@ public class PSDTHandler extends FlopBaseHandler {
continue;
}
//获取机位对应的登机桥
if("near".equalsIgnoreCase(ormsStand.getStandType()))
{
String abdg = fltr.getAbdg() + "," + standata.getPSST();//登机桥