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