From 01dbed5c7478a757530aacca97d5a314c6c45422 Mon Sep 17 00:00:00 2001 From: Michael_xu Date: Thu, 23 Sep 2021 14:59:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B7=B2=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/bi/controller/Customer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/bi/controller/Customer.php b/application/bi/controller/Customer.php index dfc02e0..c17384b 100644 --- a/application/bi/controller/Customer.php +++ b/application/bi/controller/Customer.php @@ -138,7 +138,6 @@ class Customer extends ApiCommon $sql[] = $customerModel->getAddDealSql($whereArr); } $sql = implode(' UNION ALL ', $sql); -p($sql); $list = queryCache($sql); return resultArray(['data' => $list]); }