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