mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 01:58:13 +08:00
Update exp to sql
This commit is contained in:
@@ -366,6 +366,10 @@ namespace SqlSugar
|
||||
else
|
||||
{
|
||||
this.Start();
|
||||
if(parameter.CommonTempData!=null&& parameter.CommonTempData is DateTime)
|
||||
{
|
||||
parameter.CommonTempData= base.AppendParameter(parameter.CommonTempData);
|
||||
}
|
||||
var result = this.Context.DbMehtods.DateValue(new MethodCallExpressionModel()
|
||||
{
|
||||
Args = new List<MethodCallExpressionArgs>() {
|
||||
|
Reference in New Issue
Block a user