更新内核,API接口开发的一些尝试,后期会增加API接口开发这块
This commit is contained in:
@@ -47,6 +47,9 @@ class Mysql extends Builder
|
||||
$key = '`' . $key . '`';
|
||||
}
|
||||
if (isset($table)) {
|
||||
if (strpos($table, '.')) {
|
||||
$table = str_replace('.', '`.`', $table);
|
||||
}
|
||||
$key = '`' . $table . '`.' . $key;
|
||||
}
|
||||
return $key;
|
||||
|
||||
Reference in New Issue
Block a user