src/main/java/cc/mrbird/febs/mall/service/impl/AgentServiceImpl.java
@@ -81,9 +81,13 @@ matrixTreeNode = new MatrixTreeNode(); matrixTreeNode.setTreeNode(memberId); matrixTreeNode.setParentNode(parentNode.getMemberId()); 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) {