提现区分支付宝和银行卡
This commit is contained in:
@@ -576,8 +576,13 @@ public class CashOutServiceImpl extends ServiceImpl<CashOutDao, CashOut> impleme
|
|||||||
userInfoService.removeById(userDetailInfo.getId());
|
userInfoService.removeById(userDetailInfo.getId());
|
||||||
return Result.error(9991, "需重新完成实名认证后才可提现!");
|
return Result.error(9991, "需重新完成实名认证后才可提现!");
|
||||||
}
|
}
|
||||||
alipayAccount = userDetailInfo.getAccountNo();
|
if (isAlipay) {
|
||||||
alipayName = userDetailInfo.getCertName();
|
alipayAccount = userInfo.getZhiFuBao();
|
||||||
|
alipayName = userInfo.getZhiFuBaoName();
|
||||||
|
} else {
|
||||||
|
alipayAccount = userDetailInfo.getAccountNo();
|
||||||
|
alipayName = userDetailInfo.getCertName();
|
||||||
|
}
|
||||||
bankName = userDetailInfo.getBankName();
|
bankName = userDetailInfo.getBankName();
|
||||||
withdrawCheckNameSet.add(alipayName);
|
withdrawCheckNameSet.add(alipayName);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user