获取航班计划后,只更新不删除。

This commit is contained in:
zhouxiunai
2018-12-11 10:37:11 +08:00
parent 2882fbaa8e
commit 231c56cc17
@@ -33,9 +33,7 @@ public class FlightInfoServiceImpl implements IFlightInfoService {
public Boolean updateByDaySchd(Cminmsg cminmsg) {
String clobMsg = cminmsg.getCminmsgsClobMsg();
MSG dnldMsg = exchangeService.xmlstrToObject(clobMsg, MSG.class);
this.removeAll();
//
List<SCHD.FLTR> lsFltr = dnldMsg
.getSCHD()