Update in (like)

This commit is contained in:
sunkaixuna
2021-08-27 17:24:45 +08:00
parent 8cc8c2b345
commit 8a1d756387

View File

@@ -243,7 +243,7 @@ namespace SqlSugar
parameters.Add(new SugarParameter(itemParameterName, "%" + val + "%"));
i++;
}
builder.Append($" ({string.Join(" OR ", sqls)}) ");
builder.Append($" {type} ({string.Join(" OR ", sqls)}) ");
break;
default:
break;