| | |
| | | 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); |
| | | } |