diff --git a/webht/third_party/vendorPlanSync/libraries/trippest.php b/webht/third_party/vendorPlanSync/libraries/trippest.php index 8870ff87..11007cea 100644 --- a/webht/third_party/vendorPlanSync/libraries/trippest.php +++ b/webht/third_party/vendorPlanSync/libraries/trippest.php @@ -93,10 +93,9 @@ class Trippest { $tour_pvt_arr = array_filter(array_map(function($pag) { // 扩展类型:接送 - // 包价类型: 非-[码头接送,大车游] // 交通:非-[大车] - if(intval($pag->PAG_ExtendType)===39009 && !in_array(intval($pag->PAG_Type), array(35003,35007)) - && !in_array(intval($pag->PAG_Vehicle), array(60002))) + if(intval($pag->PAG_ExtendType)===39009 + && ! in_array(intval($pag->PAG_Vehicle), array(60002))) { return 1; } else if (stripos($pag->PAG_Title,"PVT") !== false) {