Browse Source

Update entityMain

pull/40/head
sunkaixuan 1 year ago
parent
commit
c285ec79dd
  1. 4
      Src/Asp.NetCore2/SqlSugar/Abstract/EntityMaintenance/EntityMaintenance.cs

4
Src/Asp.NetCore2/SqlSugar/Abstract/EntityMaintenance/EntityMaintenance.cs

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

Loading…
Cancel
Save