From 3c343a0ac4daac3b70a01940e6bc38f3a3140603 Mon Sep 17 00:00:00 2001 From: lyt Date: Wed, 9 May 2018 17:02:08 +0800 Subject: [PATCH] =?UTF-8?q?trippest=20=E6=B3=A8=E9=87=8A=20todo:=20?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E8=B0=83=E5=BA=A6=E8=AF=A6=E6=83=85=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E6=AF=8F=E6=AC=A1=E6=9B=B4=E6=96=B0=E4=B8=80=E4=B8=AA?= =?UTF-8?q?,=E4=B8=8D=E8=A6=81=E4=B8=80=E6=AC=A1=E5=BE=AA=E7=8E=AF?= =?UTF-8?q?=E5=A4=9A=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trippestOrderSync/controllers/TulanduoApi.php | 4 ++-- webht/third_party/trippestOrderSync/models/orders_model.php | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php b/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php index aa4302cd..a8202780 100644 --- a/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php +++ b/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php @@ -226,7 +226,7 @@ class TulanduoApi extends CI_Controller $this->Orders_model->biz_groupcombineinfo_save(); } } - echo "Got order list from 图兰朵. count: " . $resp_arr["responseData"]["totalRows"] . "\r\n"; + echo "Got order list from TuLanDuo. count: " . $resp_arr["responseData"]["totalRows"] . "\r\n"; echo "Insert COLI : " . $cnt . "\r\n"; return; } @@ -485,7 +485,7 @@ class TulanduoApi extends CI_Controller } } } // end foreach order - echo "Got order from 图兰朵, count: " . count($to_update_list); + echo "Got order from TuLanDuo, count: " . count($to_update_list); return; } diff --git a/webht/third_party/trippestOrderSync/models/orders_model.php b/webht/third_party/trippestOrderSync/models/orders_model.php index e70a1cb4..f553bfb2 100644 --- a/webht/third_party/trippestOrderSync/models/orders_model.php +++ b/webht/third_party/trippestOrderSync/models/orders_model.php @@ -1,5 +1,9 @@