mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Update oracle db.getdate()
This commit is contained in:
parent
9a609ea5e3
commit
4190091a72
@ -27,7 +27,7 @@ namespace SqlSugar
|
||||
{
|
||||
get
|
||||
{
|
||||
return "select sysdate from dual";
|
||||
return "select systimestamp from dual";
|
||||
}
|
||||
}
|
||||
public override string SqlTranslationLeft { get { return "\""; } }
|
||||
|
Loading…
Reference in New Issue
Block a user