mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Synchronization code
This commit is contained in:
parent
5669f30835
commit
b1e6085500
@ -41,7 +41,7 @@ namespace SqlSugar
|
||||
}
|
||||
else
|
||||
{
|
||||
return this.Context.Root.GetConnection(attr.configId).EntityMaintenance.GetEntityInfo(type);
|
||||
return this.Context.Root.GetConnection(attr.configId).EntityMaintenance._GetEntityInfo(type);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user