mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 12:09:29 +08:00
-
This commit is contained in:
@@ -20,13 +20,14 @@ namespace SqlSugar
|
||||
}
|
||||
else if (IsOracle() || IsPg())
|
||||
{
|
||||
if (!(formatString?.Contains("24")==true))
|
||||
if (!(formatString?.Contains("24") == true))
|
||||
{
|
||||
formatString = formatString.Replace("HH", "hh24");
|
||||
if (!(formatString?.Contains("24") == true))
|
||||
{
|
||||
formatString = formatString.Replace("hh", "hh24")
|
||||
}
|
||||
}
|
||||
formatString = formatString.Replace("mm", "mi");
|
||||
//if (formatString.HasValue() && formatString.Contains("hh:mm"))
|
||||
//{
|
||||
|
Reference in New Issue
Block a user