From fe9d054be004079d09e0b10c54c344181cff0913 Mon Sep 17 00:00:00 2001 From: whwyy Date: Tue, 7 Jul 2026 02:08:19 +0800 Subject: [PATCH] eee --- SqlBuilder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SqlBuilder.php b/SqlBuilder.php index a95b45b..3f598a5 100644 --- a/SqlBuilder.php +++ b/SqlBuilder.php @@ -460,7 +460,7 @@ class SqlBuilder extends Component { $from = $this->query->from; if ($insert) { - return ''; + return $from; } if ($this->query->alias !== '' && $this->query->alias !== '0') {