mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Synchronization code
This commit is contained in:
parent
f2ed57c8ab
commit
5d15d58cc2
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user