fix
Helius
2021-12-20 299b2c0b1bf8c5610de17f5270a10244a0e63520
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<>();