This commit is contained in:
wangw 2025-01-14 09:26:09 +08:00
parent 322074b4e0
commit ff1efd035e
1 changed files with 1 additions and 1 deletions

View File

@ -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 {