From 03d090061ccd73dca9618bfe2d64fc0f127d23ca Mon Sep 17 00:00:00 2001 From: lyt Date: Mon, 20 Aug 2018 17:22:09 +0800 Subject: [PATCH] =?UTF-8?q?trippest=20push:=E7=BA=BF=E8=B7=AF=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E5=90=8E=E9=9D=A2=E5=A2=9E=E5=8A=A0=E7=BA=BF=E8=B7=AF?= =?UTF-8?q?=E7=BC=96=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/trippestOrderSync/controllers/TulanduoApi.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php b/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php index cdfd7f51..ad975290 100644 --- a/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php +++ b/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php @@ -700,6 +700,7 @@ class TulanduoApi extends CI_Controller if ($scheduleDetails[0]->PAGS_CN_Title) { $routeName .= "[" . $scheduleDetails[0]->PAGS_CN_Title . "]"; } + $routeName .= " " . $scheduleDetails[0]->PAG_Code; if (isset($this->special_route[$scheduleDetails[0]->PAG_Code])) { $scheduleDetails = $this->Orders_model->get_packageDetails($this->special_route[$scheduleDetails[0]->PAG_Code]); }