From bcd75c84acc698389633496403de799783d9f404 Mon Sep 17 00:00:00 2001 From: whwyy Date: Mon, 6 Jul 2026 21:26:40 +0800 Subject: [PATCH] eee --- SqlBuilder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SqlBuilder.php b/SqlBuilder.php index 5992fed..57471da 100644 --- a/SqlBuilder.php +++ b/SqlBuilder.php @@ -221,7 +221,7 @@ class SqlBuilder extends Component */ public function all(): string { - return $this->makeSelect($this->query->from) . ' ' . $this->make() . ' ' . $this->makeLimit(); + return $this->makeSelect($this->query->select) . ' ' . $this->make() . ' ' . $this->makeLimit(); }