|
@ -586,7 +586,6 @@ namespace Apewer.Source |
|
|
{ |
|
|
{ |
|
|
var cell = TextModifier.Trim(query.Text(i)); |
|
|
var cell = TextModifier.Trim(query.Text(i)); |
|
|
if (string.IsNullOrEmpty(cell)) continue; |
|
|
if (string.IsNullOrEmpty(cell)) continue; |
|
|
if (list.Contains(cell)) continue; ; |
|
|
|
|
|
list.Add(cell); |
|
|
list.Add(cell); |
|
|
added++; |
|
|
added++; |
|
|
} |
|
|
} |
|
|