From 9b48d400af0a7b8f0f87f806e74980f102f3e222 Mon Sep 17 00:00:00 2001 From: lyt Date: Thu, 26 Dec 2019 20:11:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=90=8C=E6=AD=A5?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=8F=96=E6=B6=88=E7=9A=84=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 0dee2332..66811b34 100644 --- a/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php +++ b/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php @@ -1141,7 +1141,7 @@ class TulanduoApi extends CI_Controller /** BIZ_ConfirmLineInfo */ $this->Order_update->coli_where_update = " COLI_ID='" . $COLI_ID . "'"; $coli_update_column = array( - "COLI_State" => 40 + "COLI_State" => 50 ,"COLI_IsSuccess" => NULL ); return $this->Order_update->biz_confirmlineinfo_update($coli_update_column);