mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update TDengine
This commit is contained in:
parent
6522c5cb3d
commit
267c550818
@ -86,7 +86,7 @@ namespace SqlSugar.TDengine
|
||||
}
|
||||
else if (it?.Value is bool)
|
||||
{
|
||||
value = value?.ToString()?.ToLower();
|
||||
value = it.Value?.ToString()?.ToLower();
|
||||
}
|
||||
else if (it.Value is DateTimeOffset)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user