This commit is contained in:
2020-02-14 18:19:35 +00:00
parent 467ba01cb2
commit 00fa8126da

View File

@@ -110,9 +110,9 @@ namespace AyaNova.DataList
if (y < filterItems.Count - 1)
{
if (IsOrFilter)
sb.Append(") OR ");
sb.Append(") OR (");
else
sb.Append(") AND ");
sb.Append(") AND (");
}
// else
// {