获取航班计划后,只更新不删除。
This commit is contained in:
-2
@@ -34,8 +34,6 @@ public class FlightInfoServiceImpl implements IFlightInfoService {
|
|||||||
String clobMsg = cminmsg.getCminmsgsClobMsg();
|
String clobMsg = cminmsg.getCminmsgsClobMsg();
|
||||||
MSG dnldMsg = exchangeService.xmlstrToObject(clobMsg, MSG.class);
|
MSG dnldMsg = exchangeService.xmlstrToObject(clobMsg, MSG.class);
|
||||||
|
|
||||||
this.removeAll();
|
|
||||||
|
|
||||||
//
|
//
|
||||||
List<SCHD.FLTR> lsFltr = dnldMsg
|
List<SCHD.FLTR> lsFltr = dnldMsg
|
||||||
.getSCHD()
|
.getSCHD()
|
||||||
|
|||||||
Reference in New Issue
Block a user