去除多余的初始化操作。
This commit is contained in:
@@ -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);
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user