Update exp to sql

This commit is contained in:
skx 2020-11-12 20:09:45 +08:00
parent 0ba58159ad
commit de0f4fa0ce

View File

@ -378,7 +378,7 @@ namespace SqlSugar
this.Context.Result.CurrentParameter = parameter;
this.Context.Result.IsLockCurrentParameter = true;
parameter.IsAppendTempDate();
this.Expression = item;
this.Expression = expression;
this.Start();
parameter.IsAppendResult();
this.Context.Result.Append(this.Context.GetAsString(asName, parameter.CommonTempData.ObjToString()));