去除多余的初始化操作。

This commit is contained in:
zhouxiunai
2019-05-05 09:36:05 +08:00
parent 00fb23949e
commit 7df64244a8
@@ -1,6 +1,5 @@
package com.gzzn.omms.msgexchangeapi.msghandler.flop;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
@@ -138,8 +137,7 @@ public class PSDTHandler extends FlopBaseHandler {
String standCode = standata.getPSST();//登机桥
List<String> lsBridge = new ArrayList<String>();
lsBridge = OrmsStandAirbridgeManager
List<String> lsBridge = OrmsStandAirbridgeManager
.getInstance()
.getAirbridgeCodeByStandCodeCode(standCode);
//