mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-21 11:07:34 +08:00
PGSQL Globalization
This commit is contained in:
@@ -94,6 +94,10 @@ namespace SqlSugar
|
||||
{
|
||||
return FormatDateTimeOffset(it.Value);
|
||||
}
|
||||
else if (it.Value is decimal v)
|
||||
{
|
||||
return v.ToString(CultureInfo.InvariantCulture);
|
||||
}
|
||||
else if (it.IsArray&&it.Value!=null)
|
||||
{
|
||||
return FormatValue(it.Value,it.PropertyName,i,it);
|
||||
|
Reference in New Issue
Block a user