mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
人大金仓[SqlServer] Sqlfunc.DateValue
This commit is contained in:
parent
1f959b768e
commit
c55e779c16
@ -182,6 +182,10 @@ namespace SqlSugar
|
||||
}
|
||||
public override string DateValue(MethodCallExpressionModel model)
|
||||
{
|
||||
if (IsSqlServerModel(model))
|
||||
{
|
||||
return base.DateValue(model);
|
||||
}
|
||||
var parameter = model.Args[0];
|
||||
var parameter2 = model.Args[1];
|
||||
var format = "dd";
|
||||
|
Loading…
Reference in New Issue
Block a user