mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
修正Query类view方法的数组表名定义
This commit is contained in:
@@ -708,6 +708,7 @@ class Query
|
||||
// 传入的表名为数组
|
||||
if (is_array($join)) {
|
||||
$table = $join;
|
||||
$alias = array_shift($join);
|
||||
} else {
|
||||
$join = trim($join);
|
||||
if (false !== strpos($join, '(')) {
|
||||
|
||||
Reference in New Issue
Block a user