修复携程不接受火车行程的问题

This commit is contained in:
lulz1 2024-05-06 14:16:19 +08:00
parent 21e73315f3
commit 487055cbd2
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ public class CTripOrderSyncAdapter implements SupplierOrderSync {
legList.stream()
.filter(leg -> leg.getLegType().equals(LEG_TYPE_HOTEL) ||
leg.getLegType().equals(LEG_TYPE_AIRPLANE) ||
leg.getLegType().equals(LEG_TYPE_TRAIN) ||
leg.getLegType().equals(LEG_TYPE_TAXI))
.toList()
)