mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
更新
This commit is contained in:
@@ -642,7 +642,7 @@ abstract class Builder
|
||||
if ($u instanceof \Closure) {
|
||||
$sql[] = $type . ' ' . $this->parseClosure($u);
|
||||
} elseif (is_string($u)) {
|
||||
$sql[] = $type . ' (' . $this->parseSqlTable($u) . ')';
|
||||
$sql[] = $type . ' ( ' . $this->parseSqlTable($u) . ' )';
|
||||
}
|
||||
}
|
||||
return ' ' . implode(' ', $sql);
|
||||
|
||||
Reference in New Issue
Block a user