xiaoyong931011
2023-04-13 cd517710337a2c5ccbd2ab863e5e2614ee56b115
src/main/java/cc/mrbird/febs/mall/service/impl/ApiMallMemberServiceImpl.java
@@ -271,6 +271,15 @@
                DataDictionaryCustom dataDictionaryCustom = dataDictionaryCustomMapper.selectDicDataByTypeAndCode("AGENT_LEVEL_APPLY", mallAgentRecordAgree.getAgentLevel());
                mallMemberVo.setAgentLevelName(dataDictionaryCustom.getDescription());
            }
            if(mallAgentRecordAgree.getAgentLevel().equals("LEVEL_ONE")){
                mallMemberVo.setAgentLevel(1);
            }
            if(mallAgentRecordAgree.getAgentLevel().equals("LEVEL_TWO")){
                mallMemberVo.setAgentLevel(2);
            }
            if(mallAgentRecordAgree.getAgentLevel().equals("LEVEL_THREE")){
                mallMemberVo.setAgentLevel(3);
            }
        }else if(ObjectUtil.isNotEmpty(mallAgentRecordDisagree)){
            mallMemberVo.setIsAgent(3);
        }