提现全面使用银行卡

This commit is contained in:
谭凯凯
2025-01-09 13:56:43 +08:00
committed by Tankaikai
parent abc8e53a0e
commit bc06b2c139

View File

@@ -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);