From 174b931e011f7ce3b55bddea538428c2f5a7b05f Mon Sep 17 00:00:00 2001 From: lyt Date: Mon, 13 Apr 2020 10:09:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=BE=E5=85=B0=E6=9C=B5=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E8=AE=A2=E5=8D=95=E7=9A=84=E5=9C=B0=E6=8E=A5=E7=A1=AE?= =?UTF-8?q?=E8=AE=A4=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/trippestOrderSync/controllers/TulanduoApi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php b/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php index 149c7040..ca03bf00 100644 --- a/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php +++ b/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php @@ -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,出现过不对应的情况