|
|
|
@ -306,7 +306,7 @@ class TulanduoApi extends CI_Controller
|
|
|
|
|
$allDetails_to_HT .= "[". $vtc->remark . "]; ";
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if (strval($detail_jsonResp->orderDetail->orderStatus) !== '1') {
|
|
|
|
|
if (strval($detail_jsonResp->orderDetail->orderStatus) === '0') {
|
|
|
|
|
if ( $output===true) { echo "not confirm"; }
|
|
|
|
|
/** groupcombineinfo */
|
|
|
|
|
$this->Order_update->gci_where_update = " GCI_VendorOrderId='" . $detail_jsonResp->orderDetail->orderId . "' and GCI_VEI_SN in (" . implode(',', $this->vendor_ids) . ")"; // 不明确指定供应商id,出现过不对应的情况
|
|
|
|
|