mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 17:48:11 +08:00
DateValue
This commit is contained in:
@@ -184,7 +184,7 @@ namespace SqlSugar
|
||||
{
|
||||
if (IsSqlServerModel(model))
|
||||
{
|
||||
return base.DateValue(model);
|
||||
return new SqlServerMethod().DateValue(model);
|
||||
}
|
||||
var parameter = model.Args[0];
|
||||
var parameter2 = model.Args[1];
|
||||
|
Reference in New Issue
Block a user