From 6e19a3758f52563a857e42eca28610bf6ead9855 Mon Sep 17 00:00:00 2001 From: lyt Date: Tue, 16 Jul 2019 09:07:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E6=8E=A5=E8=AE=A1=E5=88=92:=E7=A0=81?= =?UTF-8?q?=E5=A4=B4=E6=8E=A5=E9=80=81=E5=92=8C=E6=89=93=E8=BD=A6=E6=B8=B8?= =?UTF-8?q?=E6=8C=89=E6=8B=BC=E5=9B=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/vendorPlanSync/libraries/trippest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webht/third_party/vendorPlanSync/libraries/trippest.php b/webht/third_party/vendorPlanSync/libraries/trippest.php index 876ba2cd..e566e32e 100644 --- a/webht/third_party/vendorPlanSync/libraries/trippest.php +++ b/webht/third_party/vendorPlanSync/libraries/trippest.php @@ -92,7 +92,7 @@ class Trippest public function if_tour_pvt($all_pag_info) { $tour_pvt_arr = array_filter(array_map(function($pag) { - if(intval($pag->PAG_ExtendType)===39009) + if(intval($pag->PAG_ExtendType)===39009 && !in_array(intval($pag->PAG_Type), array(35003,35007))) { return 1; } else if (stripos($pag->PAG_Title,"PVT") !== false) {