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