mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-16 16:50:41 +08:00
Merge branch 'master' of gitee.com:dotnetchina/SqlSugar
This commit is contained in:
commit
c99462c26b
@ -171,7 +171,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
day = group3;
|
day = group3;
|
||||||
}
|
}
|
||||||
return Convert.ToDateTime($"{year}-{month}-{day}");
|
return Convert.ToDateTime($"{year}-{month}-{day}",CultureInfo.InvariantCulture);
|
||||||
}
|
}
|
||||||
|
|
||||||
private string PadLeft2(string str)
|
private string PadLeft2(string str)
|
||||||
|
Loading…
Reference in New Issue
Block a user