mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-15 20:49:31 +08:00
Update 人大金仓
This commit is contained in:
parent
a4e19f5d71
commit
0d9ae07493
@ -870,6 +870,10 @@ namespace SqlSugar
|
||||
}
|
||||
return result1;
|
||||
case "GetDate":
|
||||
if (this.Context?.SugarContext?.Context?.CurrentConnectionConfig?.MoreSettings?.DatabaseModel == DbType.SqlServer)
|
||||
{
|
||||
return "GetDate()";
|
||||
}
|
||||
return this.Context.DbMehtods.GetDate();
|
||||
case "GetRandom":
|
||||
return this.Context.DbMehtods.GetRandom();
|
||||
|
Loading…
Reference in New Issue
Block a user