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) {