mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
改进
This commit is contained in:
@@ -727,7 +727,7 @@ class Query
|
||||
}
|
||||
}
|
||||
}
|
||||
if (isset($alias)) {
|
||||
if (isset($alias) && $table != $alias) {
|
||||
if (isset($this->options['alias'][$table])) {
|
||||
$table = $table . '@think' . uniqid();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user