Synchronization code

This commit is contained in:
sunkaixuan 2024-03-26 09:15:39 +08:00
parent f2ed57c8ab
commit 5d15d58cc2

View File

@ -181,8 +181,7 @@ namespace SqlSugar
FieldName = name,
ConditionalType = ConditionalType.Equal,
FieldValue = value + "",
FieldValueConvertFunc = this.Context.CurrentConnectionConfig.DbType == DbType.PostgreSQL ?
UtilMethods.GetTypeConvert(value) : null
CSharpTypeName=value?.GetType()?.Name
}));
++i;
}