mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-05 03:17:41 +08:00
CultureInfo.InvariantCulture
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(","))
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<package >
|
<package >
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>SqlSugarCore</id>
|
<id>SqlSugarCore</id>
|
||||||
<version>5.1.4.173</version>
|
<version>5.1.4.174-preview01</version>
|
||||||
<authors>sunkaixuan</authors>
|
<authors>sunkaixuan</authors>
|
||||||
<owners>果糖大数据科技</owners>
|
<owners>果糖大数据科技</owners>
|
||||||
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
||||||
|
|||||||
Reference in New Issue
Block a user