mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 04:23:47 +08:00
Update TDengine
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user