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