feat: 未确认的不同步但是更新时间

feature/trippest
lyt 6 years ago
parent 59ee9d682e
commit c39b322136

@ -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 开始 */

Loading…
Cancel
Save