去除多余的初始化操作。
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
package com.gzzn.omms.msgexchangeapi.msghandler.flop;
|
package com.gzzn.omms.msgexchangeapi.msghandler.flop;
|
||||||
|
|
||||||
import java.io.IOException;
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
@@ -138,8 +137,7 @@ public class PSDTHandler extends FlopBaseHandler {
|
|||||||
String standCode = standata.getPSST();//登机桥
|
String standCode = standata.getPSST();//登机桥
|
||||||
|
|
||||||
|
|
||||||
List<String> lsBridge = new ArrayList<String>();
|
List<String> lsBridge = OrmsStandAirbridgeManager
|
||||||
lsBridge = OrmsStandAirbridgeManager
|
|
||||||
.getInstance()
|
.getInstance()
|
||||||
.getAirbridgeCodeByStandCodeCode(standCode);
|
.getAirbridgeCodeByStandCodeCode(standCode);
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user