区域树筛选bug
This commit is contained in:
parent
723aa6bb8f
commit
c032249e5c
|
|
@ -59,10 +59,10 @@ public class TreeNodeUtil {
|
|||
Long id = var6[i];
|
||||
|
||||
for(int j = 0; j < length; ++j) {
|
||||
t = (BaseTreeNode)listNodes.get(i);
|
||||
t = (BaseTreeNode)listNodes.get(j);
|
||||
if (id.equals(t.getId())) {
|
||||
treeNodes.add((T) t);
|
||||
nodeIndex[i] = 1;
|
||||
nodeIndex[j] = 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue