Update EntityInfo

This commit is contained in:
sunkaixuan
2023-08-20 03:59:54 +08:00
parent 0552834f15
commit 5669f30835

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