This commit is contained in:
2021-07-06 17:57:03 +08:00
parent d528e4d603
commit 40a2331626
3 changed files with 3 additions and 80 deletions
+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::getTable());
}
/**