Update entityMain

This commit is contained in:
sunkaixuan
2023-06-29 13:07:52 +08:00
parent 3bd36d2912
commit c285ec79dd

View File

@@ -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);