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