From 90b4376313a8ebdf9fd7babea8bb89bf4d61e005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Tue, 24 Aug 2021 14:14:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=99=AF=E7=82=B9=E5=88=97=E8=A1=A8=E5=8F=AA?= =?UTF-8?q?=E8=AF=BB=E6=96=B0=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/ctmobilefirst/models/api_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/third_party/ctmobilefirst/models/api_model.php b/application/third_party/ctmobilefirst/models/api_model.php index 3998ef89..db94f2b7 100644 --- a/application/third_party/ctmobilefirst/models/api_model.php +++ b/application/third_party/ctmobilefirst/models/api_model.php @@ -289,7 +289,7 @@ class Api_model extends CI_Model { "; - $qurey = $this->HT->query($sql,array($old_pid,$new_pid)); + $qurey = $this->HT->query($sql,array("-1",$new_pid)); return $qurey->result(); }