From 550fa1f34804f8d1e152fa36447a7f6685f0a457 Mon Sep 17 00:00:00 2001 From: lyt Date: Fri, 2 Aug 2019 09:57:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E6=8E=A5=E8=AE=A1=E5=88=92:=E5=A4=A7?= =?UTF-8?q?=E8=BD=A6=E4=BA=A4=E9=80=9A=E7=9A=84=E5=9B=A2=E9=98=9F=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/vendorPlanSync/libraries/trippest.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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) {