| | |
| | | throw new FebsException("未找到银行卡信息"); |
| | | } |
| | | if(ObjectUtil.isEmpty(mallMemberBank.getBankName())){ |
| | | throw new FebsException("请填写开户银行名称"); |
| | | throw new FebsException("请填写所属银行"); |
| | | } |
| | | if(ObjectUtil.isEmpty(mallMemberBank.getDigitalNo())){ |
| | | throw new FebsException("请填写数字货币账号"); |
| | | if(ObjectUtil.isEmpty(mallMemberBank.getSubbranchName())){ |
| | | throw new FebsException("请填写所属支行"); |
| | | } |
| | | // if(ObjectUtil.isEmpty(mallMemberBank.getDigitalNo())){ |
| | | // throw new FebsException("请填写数字货币账号"); |
| | | // } |
| | | |
| | | MallMemberWallet wallet = mallMemberWalletMapper.selectWalletByMemberId(memberId); |
| | | // 可提现 |