This commit is contained in:
2026-07-07 02:08:19 +08:00
parent abec2ffbff
commit fe9d054be0
+1 -1
View File
@@ -460,7 +460,7 @@ class SqlBuilder extends Component
{ {
$from = $this->query->from; $from = $this->query->from;
if ($insert) { if ($insert) {
return ''; return $from;
} }
if ($this->query->alias !== '' && $this->query->alias !== '0') { if ($this->query->alias !== '' && $this->query->alias !== '0') {