mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-09 09:55:05 +08:00
Synchronization code
This commit is contained in:
@@ -428,7 +428,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
if (value is decimal v)
|
if (value is decimal v)
|
||||||
{
|
{
|
||||||
return v.ToString(UtilConstants.EnCultureInfo);
|
return v.ToString(CultureInfo.InvariantCulture);
|
||||||
}
|
}
|
||||||
if (value.ObjToString().Contains(","))
|
if (value.ObjToString().Contains(","))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user