diff --git a/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php b/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php index 3d8a29a5..eb755ba8 100644 --- a/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php +++ b/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php @@ -245,7 +245,7 @@ class TulanduoApi extends CI_Controller } if (mb_strstr($detail_jsonResp->orderDetail->agcOrderNo, "重复") !== false) { /** groupcombineinfo */ - $this->Order_update->gci_where_update = " GCI_VendorOrderId='" . $detail_jsonResp->orderDetail->orderId; // 不明确指定供应商id,出现过不对应的情况 + $this->Order_update->gci_where_update = " GCI_VendorOrderId='" . $detail_jsonResp->orderDetail->orderId . "'"; // 不明确指定供应商id,出现过不对应的情况 $gci_update_column = array( "GCI_createTime" => date('Y-m-d H:i:s') ,"GCI_combineNo" => null