mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Update entityMain
This commit is contained in:
@@ -31,6 +31,10 @@ namespace SqlSugar
|
||||
{
|
||||
return GetEntityInfo(type);
|
||||
}
|
||||
else if (!this.Context.Root.IsAnyConnection(attr.configId))
|
||||
{
|
||||
return GetEntityInfo(type);
|
||||
}
|
||||
else
|
||||
{
|
||||
return this.Context.Root.GetConnection(attr.configId).EntityMaintenance.GetEntityInfo(type);
|
||||
|
Reference in New Issue
Block a user