Update exp to sql

This commit is contained in:
sunkaixuan 2023-10-17 10:44:08 +08:00
parent fc63a916a4
commit 58b3356a5a

View File

@ -338,7 +338,7 @@ namespace SqlSugar
} }
this.Start(); this.Start();
parameter.IsAppendResult(); parameter.IsAppendResult();
this.Context.Result.Append(this.Context.GetAsString(asName, parameter.CommonTempData.ObjToString())); this.Context.Result.Append(this.Context.GetAsString2(asName, parameter.CommonTempData.ObjToString()));
this.Context.Result.CurrentParameter = null; this.Context.Result.CurrentParameter = null;
} }
} }