fix: 图兰朵同步订单的地接确认状态

feature/trippest
lyt 5 years ago
parent 414e40dcb0
commit 174b931e01

@ -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,出现过不对应的情况

Loading…
Cancel
Save