From bc06b2c139701147abdbdcd8705fbd241a80ffc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=AD=E5=87=AF=E5=87=AF?= Date: Thu, 9 Jan 2025 13:56:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=8E=B0=E5=85=A8=E9=9D=A2=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E9=93=B6=E8=A1=8C=E5=8D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/sqx/modules/pay/service/impl/CashOutServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/sqx/modules/pay/service/impl/CashOutServiceImpl.java b/src/main/java/com/sqx/modules/pay/service/impl/CashOutServiceImpl.java index 6c585a1d..240a82e1 100644 --- a/src/main/java/com/sqx/modules/pay/service/impl/CashOutServiceImpl.java +++ b/src/main/java/com/sqx/modules/pay/service/impl/CashOutServiceImpl.java @@ -796,7 +796,7 @@ public class CashOutServiceImpl extends ServiceImpl 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);