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