Synchronization code

This commit is contained in:
sunkaixuan 2024-04-01 18:40:22 +08:00
parent ad5cec7501
commit 773199421a

View File

@ -419,7 +419,8 @@ namespace SqlSugar
}
if (this.Context.CurrentConnectionConfig.ConfigureExternalServices != null && this.Context.CurrentConnectionConfig.ConfigureExternalServices.EntityService != null)
{
if (!column.EntityName.ObjToString().StartsWith("<>f__AnonymousType"))
if (!column.EntityName.ObjToString().StartsWith("<>f__AnonymousType")
&&column.PropertyInfo?.ReflectedType!=typeof(DbTableInfo))
{
this.Context.CurrentConnectionConfig.ConfigureExternalServices.EntityService(property, column);
}