From 950047089e382748aa9551479828089ffb5007c6 Mon Sep 17 00:00:00 2001 From: lyt Date: Mon, 2 Mar 2020 10:10:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E5=9C=B0=E6=8E=A5?= =?UTF-8?q?=E8=AE=A1=E8=B0=83=E8=B4=9F=E8=B4=A3=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/vendorPlanSync/libraries/Tulanduo.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webht/third_party/vendorPlanSync/libraries/Tulanduo.php b/webht/third_party/vendorPlanSync/libraries/Tulanduo.php index a05c4658..b2484882 100644 --- a/webht/third_party/vendorPlanSync/libraries/Tulanduo.php +++ b/webht/third_party/vendorPlanSync/libraries/Tulanduo.php @@ -213,6 +213,7 @@ class Tulanduo ->setLeavedDate($end_date) // ->setRoomStandard($request_info->GCI_HotelRequest) // 住房标准 ->setRouteStandard($request_info->GCI_Request) // 行程服务标准 + ->setOperationUserName('常彩荣') ; // 订单备注 if (strval($plan_remark) !== '') { @@ -479,6 +480,7 @@ class Tulanduo ->setDestination($train_order[0]->city_name) ->setTravelDate(strstr($train_order[0]->COLD_StartDate, " ", true)) ->setLeavedDate($end_date) + ->setOperationUserName('常彩荣') ; $train_guest_list = $this->ci->BIZ_order->get_guestlist(implode(',', $train_coldsn_arr)); // 客人列表 @@ -784,6 +786,7 @@ class Tulanduo ->setTravelDate(strstr($vf["cold"][0]->COLD_StartDate, " ", true)) ->setLeavedDate($end_date) ->setOrderRemark($order_remark) + ->setOperationUserName('付玉乔') // todo: 抵离交通 // ->setToTraffic($toTraffic) // ->setBackTraffic($backTraffic)