| | |
| | | } |
| | | BeanUtils.copyProperties(userWalletDO,comActWalletVO); |
| | | Map<String,String> resultMap = this.baseMapper.getCommunityName(walletDetailDTO.getCommunityId(),5); |
| | | if(!resultMap.isEmpty()){ |
| | | if(resultMap != null && !resultMap.isEmpty()){ |
| | | comActWalletVO.setCommunityName(resultMap.get("name")); |
| | | if(StringUtils.isEmpty(resultMap.get("content"))){ |
| | | this.baseMapper.insertSysAgreement(Constants.PROFIT_EXPLAIN,"收益说明",walletDetailDTO.getCommunityId(),5); |
| | |
| | | }else{ |
| | | comActWalletVO.setAgreement(resultMap.get("content")); |
| | | } |
| | | |
| | | }else{ |
| | | this.baseMapper.insertSysAgreement(Constants.PROFIT_EXPLAIN,"收益说明",walletDetailDTO.getCommunityId(),5); |
| | | comActWalletVO.setAgreement(Constants.PROFIT_EXPLAIN); |
| | | } |
| | | |
| | | Integer easyCount = 0; |