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