注释;待解决:图兰朵取消未退款团的计算

feature/trippest
lyt 7 years ago
parent b9a07068d2
commit 9a60bfd96a

@ -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);

Loading…
Cancel
Save