From 02dd63c7e30cf6905227de01c1ad9567926b5b74 Mon Sep 17 00:00:00 2001 From: chenbo <709206448@qq.com> Date: Sat, 2 Dec 2023 16:02:22 +0800 Subject: [PATCH] =?UTF-8?q?debug=20=E7=A7=8D=E5=85=BB=E6=AE=96=E5=95=86?= =?UTF-8?q?=E6=88=B7=E9=94=80=E5=94=AE=E7=BB=9F=E8=AE=A1=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/Statistics.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controller/api/Statistics.php b/app/controller/api/Statistics.php index e61d5122..b4dcca17 100644 --- a/app/controller/api/Statistics.php +++ b/app/controller/api/Statistics.php @@ -300,7 +300,6 @@ class Statistics extends BaseController $area[] = ['category_id', '=', $merchant_category_id]; $merchant = Db::name('merchant')->where($area)->column('mer_id'); - dd(Db::name('merchant')->getLastSql()); if (!$merchant) { return app('json')->fail('查询商户为空'); }