xiaoyong931011
2023-04-14 f6d8bd2f31bca368fc0ade3588e4e20f16e2eff9
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);
        }