| | |
| | | mallMemberWalletMapper.reduceTotalScoreById(teamEqualsPerkAmount, mallMemberWallet.getId()); |
| | | |
| | | mallMemberWalletMapper.addBalanceById(teamEqualsPerkAmount, mallMemberWallet.getId()); |
| | | // |
| | | // mallMoneyFlowService.addMoneyFlow( |
| | | // adminTeamEqualsPerkVo.getRtMemberId(), |
| | | // teamEqualsPerkAmount, |
| | | // MoneyFlowTypeEnum.TEAM_EQUALS_PERK.getValue(), |
| | | // MallUtils.getOrderNum("TEP"), |
| | | // FlowTypeEnum.BALANCE.getValue()); |
| | | |
| | | mallMoneyFlowService.addMoneyFlow( |
| | | adminTeamEqualsPerkVo.getRtMemberId(), |
| | | teamEqualsPerkAmount, |
| | | MoneyFlowTypeEnum.TEAM_EQUALS_PERK.getValue(), |
| | | MallUtils.getOrderNum("TEP"), |
| | | FlowTypeEnum.BALANCE.getValue()); |
| | | "平级奖励补贴", |
| | | "补贴额度:"+mallMemberWallet.getTotalScore(), |
| | | adminTeamEqualsPerkVo.getMemberId(), |
| | | 2, |
| | | FlowTypeEnum.BALANCE.getValue(), |
| | | 1); |
| | | } |
| | | } |
| | | } |