This commit is contained in:
@@ -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
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user