mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
改进join方法解析
This commit is contained in:
@@ -696,9 +696,6 @@ class Query
|
||||
$this->alias([$table => $alias]);
|
||||
}
|
||||
}
|
||||
if (is_array($condition)) {
|
||||
$condition = implode(' AND ', $condition);
|
||||
}
|
||||
$this->options['join'][] = [$table, strtoupper($type), $condition];
|
||||
}
|
||||
return $this;
|
||||
|
||||
Reference in New Issue
Block a user