mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Synchronization code
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user