| | |
| | | if (partnerCashPerkPercentDic != null) { |
| | | adminPerkSetVo.setPartnerCashPerkPercent(partnerCashPerkPercentDic.getValue()); |
| | | } |
| | | DataDictionaryCustom equityLimitTimesDic = dataDictionaryCustomMapper.selectDicDataByTypeAndCode( |
| | | DataDictionaryEnum.EQUITY_LIMIT_TIMES.getType(), |
| | | DataDictionaryEnum.EQUITY_LIMIT_TIMES.getCode()); |
| | | if (equityLimitTimesDic != null) { |
| | | adminPerkSetVo.setEquityLimitTimes(equityLimitTimesDic.getValue()); |
| | | } |
| | | |
| | | model.addAttribute("adminPerkSet", adminPerkSetVo); |
| | | return FebsUtil.view("modules/system/perkSet"); |
| | |
| | | if (poolScorePriceDic != null) { |
| | | adminPoolSetVo.setPoolScorePrice(poolScorePriceDic.getValue()); |
| | | } |
| | | DataDictionaryCustom poolCashPercentDic = dataDictionaryCustomMapper.selectDicDataByTypeAndCode( |
| | | PerkEnum.POOL_CASH_PERCENT.getType(), |
| | | PerkEnum.POOL_CASH_PERCENT.getCode()); |
| | | if (poolCashPercentDic != null) { |
| | | adminPoolSetVo.setPoolCashPercent(poolCashPercentDic.getValue()); |
| | | } |
| | | DataDictionaryCustom poolScorePercentDic = dataDictionaryCustomMapper.selectDicDataByTypeAndCode( |
| | | PerkEnum.POOL_SCORE_PERCENT.getType(), |
| | | PerkEnum.POOL_SCORE_PERCENT.getCode()); |
| | | if (poolScorePercentDic != null) { |
| | | adminPoolSetVo.setPoolScorePercent(poolScorePercentDic.getValue()); |
| | | } |
| | | DataDictionaryCustom withdrawScoreCashPercentDic = dataDictionaryCustomMapper.selectDicDataByTypeAndCode( |
| | | PerkEnum.WITHDRAW_SCORE_CASH_PERCENT.getType(), |
| | | PerkEnum.WITHDRAW_SCORE_CASH_PERCENT.getCode()); |
| | | if (withdrawScoreCashPercentDic != null) { |
| | | adminPoolSetVo.setWithdrawScoreCashPercent(withdrawScoreCashPercentDic.getValue()); |
| | | } |
| | | |
| | | model.addAttribute("adminPoolSet", adminPoolSetVo); |
| | | return FebsUtil.view("modules/system/poolSet"); |