From b4f9528346795150a70c235a3fd544f4c9eff2f1 Mon Sep 17 00:00:00 2001 From: lyt Date: Thu, 5 Sep 2019 09:33:18 +0800 Subject: [PATCH] =?UTF-8?q?Trippest=E8=87=AA=E5=8A=A8=E7=94=9F=E6=88=90?= =?UTF-8?q?=E8=B4=A6=E5=8D=95,=E5=91=A8=E6=9C=9F=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E6=9C=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trippestOrderSync/controllers/TulanduoApi.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php b/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php index 903c6b15..784c1ee1 100644 --- a/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php +++ b/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php @@ -734,11 +734,11 @@ class TulanduoApi extends CI_Controller $output_text = "Got order operations from TuLanDuo:" . $detail_jsonResp->orderDetail->orderId . ". " . $coli_id; log_message('error', $output_text); echo $output_text; - // if (strval($order->isHistory) === '1') { - // require_once('order_finance.php'); - // $vendor_class = new Order_finance(); - // $vendor_class->single_order_report($coli_sn); - // } + if (strval($order->isHistory) === '1') { + require_once('order_finance.php'); + $vendor_class = new Order_finance(); + $vendor_class->single_order_report($coli_sn); + } return; }