From 057cb6ec09e0aca84206cd5fb34331f8b2a9c50b Mon Sep 17 00:00:00 2001 From: lyt Date: Mon, 1 Jul 2019 16:37:49 +0800 Subject: [PATCH] =?UTF-8?q?Trippest=E5=90=8C=E6=AD=A5=E8=AE=A2=E5=8D=95:?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=90=AF=E7=A8=8B=E5=92=8C=E7=BB=93=E6=9D=9F?= =?UTF-8?q?=E6=97=A5=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/trippestOrderSync/controllers/TulanduoApi.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php b/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php index dc30bcc4..562b5f6f 100644 --- a/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php +++ b/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php @@ -471,6 +471,8 @@ class TulanduoApi extends CI_Controller $cold_update_column["COLD_ServiceSN2"] = $pag_info->pag_sub; $cold_update_column["COLD_ServiceCity"] = $pag_info->serviceinfo->PAG_CII_SN; $cold_update_column["COLD_PlanVEI_SN"] = $vei_SN; + $cold_update_column["COLD_StartDate"] = $detail_jsonResp->orderDetail->travelDate; + $cold_update_column["COLD_EndDate"] = $detail_jsonResp->orderDetail->leaveDate; } $this->Order_update->cold_where_update = " COLD_SN=" . $cold_sn; $this->Order_update->biz_confirmlinedetail_update($cold_update_column);