mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Update sqlite
This commit is contained in:
parent
61345175fe
commit
49083e6295
@ -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