Helius
2021-12-20 f9e8419a5866078322191a1e1a7ff98598be1cf5
src/main/java/cc/mrbird/febs/common/entity/DeptTree.java
@@ -28,7 +28,7 @@
    private boolean hasParent = false;
    private boolean hasChild = false;
    private Dept data;
    private T data;
    public void initChildren(){
        this.children = new ArrayList<>();