mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 14:04:44 +08:00
Includes bug
This commit is contained in:
parent
c243f32883
commit
64319b2407
@ -205,6 +205,10 @@ namespace SqlSugar
|
||||
{
|
||||
inValue1 = $"('{Guid.Empty.ToString()}')";
|
||||
}
|
||||
else if (inValue1 == "()")
|
||||
{
|
||||
inValue1 = $"(NULL)";
|
||||
}
|
||||
builder.AppendFormat(temp, type, item.FieldName.ToSqlFilter(), "IN", inValue1);
|
||||
parameters.Add(new SugarParameter(parameterName, item.FieldValue));
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user