diff --git a/webht/third_party/vendorPlanSync/libraries/Tulanduo.php b/webht/third_party/vendorPlanSync/libraries/Tulanduo.php index b2484882..0bcef07a 100644 --- a/webht/third_party/vendorPlanSync/libraries/Tulanduo.php +++ b/webht/third_party/vendorPlanSync/libraries/Tulanduo.php @@ -208,7 +208,8 @@ class Tulanduo ->setAgcOrderNo($agcOrderNo) ->setAdultNum(intval($vo['details'][0]->ACI_PersonNum)) ->setChildNum(intval(bcadd($vo['details'][0]->ACI_ChildNum, $vo['details'][0]->ACI_BabyNum))) - ->setDestination($destination) + // ->setDestination($destination) + ->setDestination("海纳常规系列") ->setTravelDate($first_date) ->setLeavedDate($end_date) // ->setRoomStandard($request_info->GCI_HotelRequest) // 住房标准 @@ -477,7 +478,8 @@ class Tulanduo ->setAgcOrderNo($agcOrderNo) ->setAdultNum($train_order[0]->adult_num) ->setChildNum($train_order[0]->child_num) - ->setDestination($train_order[0]->city_name) + // ->setDestination($train_order[0]->city_name) + ->setDestination("海纳常规系列") ->setTravelDate(strstr($train_order[0]->COLD_StartDate, " ", true)) ->setLeavedDate($end_date) ->setOperationUserName('常彩荣') @@ -782,7 +784,8 @@ class Tulanduo ->setAgcOrderNo($agcOrderNo) ->setAdultNum($vf["cold"][0]->COLD_PersonNum) ->setChildNum($vf["cold"][0]->COLD_ChildNum) - ->setDestination($vf["package_info"][0]->city_chinese) + // ->setDestination($vf["package_info"][0]->city_chinese) + ->setDestination("TP系列") ->setTravelDate(strstr($vf["cold"][0]->COLD_StartDate, " ", true)) ->setLeavedDate($end_date) ->setOrderRemark($order_remark) diff --git a/webht/third_party/vendorPlanSync/models/TuLanDuo_addOrUpdateRouteOrderContentBuilder.php b/webht/third_party/vendorPlanSync/models/TuLanDuo_addOrUpdateRouteOrderContentBuilder.php index a232cbe4..ac407c6f 100644 --- a/webht/third_party/vendorPlanSync/models/TuLanDuo_addOrUpdateRouteOrderContentBuilder.php +++ b/webht/third_party/vendorPlanSync/models/TuLanDuo_addOrUpdateRouteOrderContentBuilder.php @@ -133,7 +133,8 @@ class TuLanDuo_addOrUpdateRouteOrderContentBuilder extends CI_Model } public function setDestination($destination) { - $this->orderData['destination'] = $destination . "分公司"; + // $this->orderData['destination'] = $destination . "分公司"; + $this->orderData['destination'] = $destination; return $this; } public function setTravelDate($travelDate)