From dc66ff5613cf37d1a2b423e94cbc13296f11dd22 Mon Sep 17 00:00:00 2001 From: lyt Date: Fri, 3 Apr 2020 14:49:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9C=B0=E6=8E=A5=E5=B7=B2=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E7=9A=84=E5=9B=A2,=20HT=E6=95=B0=E6=8D=AE=E5=B7=B2?= =?UTF-8?q?=E8=AE=BE=E4=B8=BA=E6=97=A0=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../third_party/trippestOrderSync/controllers/TulanduoApi.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php b/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php index ee759e48..f9ce88a6 100644 --- a/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php +++ b/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php @@ -282,6 +282,9 @@ class TulanduoApi extends CI_Controller if (intval($order->COLI_OPI_ID) === 435) { $this->order_cancel($order->COLI_ID); } + if ($order->COLI_SN===null) { + return; + } // return; } $allDetails_to_HT = "";