From 21d386fc242a3e247247a266ea07ba701677ca68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 11 Jan 2021 17:31:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Database/Orm/Select.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Database/Orm/Select.php b/Database/Orm/Select.php index 8ff1f43d..19a6240a 100644 --- a/Database/Orm/Select.php +++ b/Database/Orm/Select.php @@ -71,6 +71,8 @@ class Select extends BaseObject } $builder[] = $this->builderLimit($query); + var_dump($builder); + return implode('', $builder); }