mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
修改clickhouse数据类型DateTime对应的时间格式字符串
This commit is contained in:
parent
41e25fb7d0
commit
02ded55391
@ -98,7 +98,7 @@ namespace SqlSugar.ClickHouse
|
||||
{
|
||||
date = UtilMethods.GetMinDate(this.Context.CurrentConnectionConfig);
|
||||
}
|
||||
return "'" + date.ToString("yyyy-MM-dd HH:mm:ss.fff") + "'";
|
||||
return "'" + date.ToString("yyyy-MM-dd HH:mm:ss") + "'";
|
||||
}
|
||||
|
||||
private string GetString(object value)
|
||||
|
Loading…
Reference in New Issue
Block a user