|
|
|
@ -705,11 +705,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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|