Synchronization code

This commit is contained in:
sunkaixuan 2023-11-25 02:01:28 +08:00
parent 341e3d774d
commit c7ba85395b

View File

@ -24,14 +24,14 @@ namespace SqlSugar
{
get
{
return "current_date";
return "CURRENT_TIMESTAMP";
}
}
public override string FullSqlDateNow
{
get
{
return "select current_date";
return "select CURRENT_TIMESTAMP";
}
}