From 9a60bfd96aa0b56af61777622d812fc9d1f5c245 Mon Sep 17 00:00:00 2001 From: lyt Date: Wed, 30 Jan 2019 15:11:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A;=E5=BE=85=E8=A7=A3=E5=86=B3:?= =?UTF-8?q?=E5=9B=BE=E5=85=B0=E6=9C=B5=E5=8F=96=E6=B6=88=E6=9C=AA=E9=80=80?= =?UTF-8?q?=E6=AC=BE=E5=9B=A2=E7=9A=84=E8=AE=A1=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trippestOrderSync/controllers/order_finance.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webht/third_party/trippestOrderSync/controllers/order_finance.php b/webht/third_party/trippestOrderSync/controllers/order_finance.php index 508e73c3..e49ba595 100644 --- a/webht/third_party/trippestOrderSync/controllers/order_finance.php +++ b/webht/third_party/trippestOrderSync/controllers/order_finance.php @@ -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);