获取航班计划后,只更新不删除。
This commit is contained in:
+1
-3
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user