From 3e401869feffa368f105033446e778160197f785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Tue, 11 Jan 2022 09:28:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=99=AF=E7=82=B9=E5=88=97=E8=A1=A8=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/ctmobilefirst/models/api_model.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/application/third_party/ctmobilefirst/models/api_model.php b/application/third_party/ctmobilefirst/models/api_model.php index 9125fcaf..b97491ef 100644 --- a/application/third_party/ctmobilefirst/models/api_model.php +++ b/application/third_party/ctmobilefirst/models/api_model.php @@ -314,6 +314,10 @@ class Api_model extends CI_Model { order by sortby "; + + echo ("url:".$url."/%".",pid:".$new_pid."
"); + echo ("sql:".$sql); + die(); $qurey = $this->InfoCT->query($sql,array($url."/%",$new_pid)); return $qurey->result(); }