This commit is contained in:
parent
322074b4e0
commit
ff1efd035e
|
|
@ -661,7 +661,7 @@ public class CashOutServiceImpl extends ServiceImpl<CashOutDao, CashOut> impleme
|
|||
// 禁止该姓名的用户提现
|
||||
Integer count = tbWithdrawBlacklistMapper.selectCount(Wrappers.<TbWithdrawBlacklist>lambdaQuery().in(TbWithdrawBlacklist::getRealName, withdrawCheckNameSet));
|
||||
if (count > 0) {
|
||||
userMoneyDetails.setContent("提现-" + money);
|
||||
userMoneyDetails.setContent("提现=" + money);
|
||||
cashOut.setState(3);
|
||||
cashOut.setRelationId("提现黑名单用户,请谨慎审核!");
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue