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)