|
@@ -427,8 +427,6 @@ public class TreeUtil {
|
|
|
TreeNode child = new TreeNode();
|
|
|
child.setId(item.getId());
|
|
|
child.setParentId(key);
|
|
|
- System.out.println("-----type----" + key);
|
|
|
- System.out.println("-----item.getType()----" + item.getType());
|
|
|
child.setTitle(DictCache.getLabelByValue(key,item.getType()));
|
|
|
child.setValue(child.getTitle());
|
|
|
children.add(child);
|