|
|
|
|
@ -229,7 +229,10 @@ class Order_finance extends CI_Controller {
|
|
|
|
|
if ( ! empty($ret->report_tour)) {
|
|
|
|
|
$this->OrderFinance_model->insert_report_tour_tulanduo($ret->report_tour);
|
|
|
|
|
}
|
|
|
|
|
/** 非图兰朵供应商的包价线路产品 */
|
|
|
|
|
/**
|
|
|
|
|
* 非图兰朵供应商的包价线路产品
|
|
|
|
|
* 是图兰朵供应商, 但已取消且未退款
|
|
|
|
|
*/
|
|
|
|
|
$other_tour = $this->OrderFinance_model->get_order_detail($coli_sn, 'D', false);
|
|
|
|
|
if ( ! empty($other_tour) || empty($ret->processed_cold_sn)) {
|
|
|
|
|
$ret->others = $this->OrderFinance_model->insert_report_tour_others($coli_sn);
|
|
|
|
|
|