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