From 0a077b49c4b3d1cdedb87cca8433322947360811 Mon Sep 17 00:00:00 2001 From: yangsh Date: Mon, 19 Jan 2026 14:22:30 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A3=BC=EC=84=9D=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Models/article/GroundCntModel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/article/GroundCntModel.php b/app/Models/article/GroundCntModel.php index 085e43d..43eb765 100644 --- a/app/Models/article/GroundCntModel.php +++ b/app/Models/article/GroundCntModel.php @@ -647,7 +647,7 @@ class GroundCntModel extends Model $builder->limit($end, $start); - echo $builder->getCompiledSelect(false); + // echo $builder->getCompiledSelect(false); // log_message('debug', '[getResultList] SQL = ' . $builder->getCompiledSelect()); -- 2.49.1