Browse Source

Synchronization code

pull/32/head
sunkaixuan 2 years ago
parent
commit
d871cbed9e
  1. 2
      Src/Asp.NetCore2/SqlSugar/Realization/Sqlite/SqlBuilder/SqliteExpressionContext.cs

2
Src/Asp.NetCore2/SqlSugar/Realization/Sqlite/SqlBuilder/SqliteExpressionContext.cs

@ -252,7 +252,7 @@ namespace SqlSugar
public override string GetDate()
{
return "DATETIME('now')";
return "DATETIME('now', 'localtime')";
}
public override string GetRandom()

Loading…
Cancel
Save