|
|
@ -279,6 +279,12 @@ class TulanduoApi extends CI_Controller
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (strval($detail_jsonResp->orderDetail->orderStatus) !== '1') {
|
|
|
|
if (strval($detail_jsonResp->orderDetail->orderStatus) !== '1') {
|
|
|
|
echo "not confirm";
|
|
|
|
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,出现过不对应的情况
|
|
|
|
|
|
|
|
$gci_update_column = array(
|
|
|
|
|
|
|
|
"GCI_createTime" => date('Y-m-d H:i:s')
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
$gci_info = $this->Order_update->biz_groupcombineinfo_update($gci_update_column);
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/** HT 开始 */
|
|
|
|
/** HT 开始 */
|
|
|
|