This commit is contained in:
as2252258@163.com
2021-07-03 14:17:06 +08:00
parent bcf865ff34
commit 956a68bbff
+1 -1
View File
@@ -1060,7 +1060,7 @@ abstract class BaseActiveRecord extends Component implements IOrm, ArrayAccess
{
return static::getDb()->getSchema()
->getColumns()
->table(static::getDbName() . '.' . static::getTable());
->table('`' . static::getDbName() . '`.' . static::getTable());
}
/**