fix
Hentua
2023-04-24 e970047c7a4537810b17db3ee3c5d0a7ab4a87df
src/main/java/cc/mrbird/febs/mall/service/impl/AgentServiceImpl.java
@@ -84,6 +84,10 @@
        matrixTreeNode.setParentNode(parentNode == null ? null : parentNode.getMemberId());
        matrixTreeNodeMapper.insert(matrixTreeNode);
        if (parentNode == null) {
            return;
        }
        List<DataDictionaryCustom> dicList = dataDictionaryCustomMapper.selectDicByType(AppContants.AGENT_LEVEL);
        DataDictionaryCustom dic = null;
        for (DataDictionaryCustom dataDictionaryCustom : dicList) {