mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Update WhereClass
This commit is contained in:
parent
05b6c04479
commit
4389ee561a
@ -533,6 +533,10 @@ namespace SqlSugar
|
||||
}
|
||||
|
||||
}
|
||||
else if (value != null && column.PropertyInfo.PropertyType == UtilConstants.DateType)
|
||||
{
|
||||
data.Value.FieldValue = value.ObjToDate().ToString("yyyy-MM-dd HH:mm:ss.ffffff");
|
||||
}
|
||||
cons.ConditionalList.Add(data);
|
||||
if (this.Context.CurrentConnectionConfig.DbType == DbType.PostgreSQL)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user