|
|
@ -319,8 +319,7 @@ log_message('error',$resp);
|
|
|
|
$this->ci->tldOrderBuilder->resetBizContent();
|
|
|
|
$this->ci->tldOrderBuilder->resetBizContent();
|
|
|
|
$order_type = $set_pvt;
|
|
|
|
$order_type = $set_pvt;
|
|
|
|
if ($set_pvt==='0') {
|
|
|
|
if ($set_pvt==='0') {
|
|
|
|
$code_type_arr = array_map(function($pag) { return intval($pag->PAG_ExtendType); }, $vf["package_info"]);
|
|
|
|
$order_type = $this->ci->trippest->if_tour_pvt($vf["package_info"]);
|
|
|
|
$order_type = in_array(39009, $code_type_arr) ? 1 : 2;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
$last_code = count($vf["package_info"])-1;
|
|
|
|
$last_code = count($vf["package_info"])-1;
|
|
|
|
$last_date = count($vf["cold"])-1;
|
|
|
|
$last_date = count($vf["cold"])-1;
|
|
|
|