mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
fix typo
This commit is contained in:
@@ -704,7 +704,7 @@ class Query
|
|||||||
{
|
{
|
||||||
// 传入的表名为数组
|
// 传入的表名为数组
|
||||||
if (is_array($join)) {
|
if (is_array($join)) {
|
||||||
$talbe = key($join);
|
$table = key($join);
|
||||||
$alias = current($join);
|
$alias = current($join);
|
||||||
} else {
|
} else {
|
||||||
$join = trim($join);
|
$join = trim($join);
|
||||||
|
|||||||
Reference in New Issue
Block a user