mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-29 01:47:06 +08:00
Synchronization code
This commit is contained in:
parent
25a5730aff
commit
d50331a7b4
@ -459,6 +459,10 @@ namespace SqlSugar
|
||||
{
|
||||
formatString = formatString.Replace("HHmm", "HHmi");
|
||||
}
|
||||
if (formatString.Contains("HH"))
|
||||
{
|
||||
formatString = formatString.Replace("HH", "hh24");
|
||||
}
|
||||
return $" to_char({dateValue},'{formatString}') ";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user