| | |
| | | DataDictionaryEnum.GIVE_AMOUNT.getType(), |
| | | DataDictionaryEnum.GIVE_AMOUNT.getCode()); |
| | | if(ObjectUtil.isNotEmpty(giveStateDic) |
| | | && "1" == giveStateDic.getValue() |
| | | && "1".equals(giveStateDic.getValue()) |
| | | && ObjectUtil.isNotEmpty(giveAmountDic)){ |
| | | BigDecimal giveAmount = ObjectUtil.isEmpty(giveAmountDic.getValue()) ? |
| | | BigDecimal.ZERO : |
| | |
| | | giveAmount, |
| | | MoneyFlowTypeEnum.RECHARGE_SEND.getValue(), |
| | | rechargeNo+"ZS", |
| | | FlowTypeEnum.BALANCE.getValue()); |
| | | FlowTypeEnum.BALANCE.getValue(), |
| | | "充值赠送金额", |
| | | 2); |
| | | |
| | | memberWalletService.addBalance(giveAmount,memberId); |
| | | } |