mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-03 04:13:48 +08:00
Update exp to sql
This commit is contained in:
parent
f5c6172ef2
commit
76b20bb7db
@ -171,7 +171,7 @@ namespace SqlSugar
|
||||
base.Expression = item;
|
||||
base.Start();
|
||||
parameter.IsAppendResult();
|
||||
parameter.Context.Result.Append(base.Context.GetEqString(memberName, parameter.CommonTempData.ObjToString()));
|
||||
parameter.Context.Result.Append(base.Context.GetEqString(memberName, parameter.CommonTempData.ObjToString().Replace(",",UtilConstants.ReplaceCommaKey)));
|
||||
|
||||
if (this.Context.Parameters != null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user