Synchronization code

This commit is contained in:
sunkaixuan 2023-08-20 04:01:38 +08:00
parent 5669f30835
commit b1e6085500

View File

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