提现全面使用银行卡
This commit is contained in:
@@ -796,7 +796,7 @@ public class CashOutServiceImpl extends ServiceImpl<CashOutDao, CashOut> impleme
|
||||
}
|
||||
boolean isHistoryData = false;
|
||||
// 历史数据使用原有的提现方式,新数据再进行银行卡提现
|
||||
if (isAgree == 1 && isUser && StrUtil.isBlank(cashOut.getBankName())) {
|
||||
if (isAgree == 1 && isUser && StrUtil.isBlank(entity.getBankName())) {
|
||||
isHistoryData = true;
|
||||
}
|
||||
entity.setState(4);
|
||||
|
||||
Reference in New Issue
Block a user