mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Synchronization code
This commit is contained in:
parent
49083e6295
commit
d871cbed9e
@ -252,7 +252,7 @@ namespace SqlSugar
|
|||||||
|
|
||||||
public override string GetDate()
|
public override string GetDate()
|
||||||
{
|
{
|
||||||
return "DATETIME('now')";
|
return "DATETIME('now', 'localtime')";
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string GetRandom()
|
public override string GetRandom()
|
||||||
|
Loading…
Reference in New Issue
Block a user