mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
-
This commit is contained in:
parent
6c5b1de579
commit
832f3047f0
@ -75,6 +75,10 @@ namespace SqlSugar
|
||||
{
|
||||
value = ((DateTime)it.Value).ToString("O");
|
||||
}
|
||||
else if (it.Value is DateTimeOffset)
|
||||
{
|
||||
return FormatDateTimeOffset(it.Value);
|
||||
}
|
||||
else
|
||||
{
|
||||
value = it.Value;
|
||||
|
Loading…
Reference in New Issue
Block a user