Browse Source

工作台

guarantee-lsq 9 months ago
parent
commit
a606807755
1 changed files with 0 additions and 2 deletions
  1. 0 2
      platform-dao/src/main/java/com/platform/dao/util/TreeUtil.java

+ 0 - 2
platform-dao/src/main/java/com/platform/dao/util/TreeUtil.java

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