mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-27 03:09:34 +08:00
Update mysql
This commit is contained in:
@@ -223,7 +223,7 @@ namespace SqlSugar
|
||||
}
|
||||
public override string GetDate()
|
||||
{
|
||||
return "NOW()";
|
||||
return "NOW(6)";
|
||||
}
|
||||
|
||||
public override string GetRandom()
|
||||
|
||||
Reference in New Issue
Block a user