From efb510e448ebadf2bd38fa7568affafff4bf40d6 Mon Sep 17 00:00:00 2001 From: wangqx Date: Thu, 25 Sep 2025 12:11:13 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=E5=A2=9E=E5=8A=A0=E6=8F=90=E7=8E=B0?= =?UTF-8?q?=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wzj/soopin/transaction/service/impl/WithdrawServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/ruoyi-modules/ruoyi-transaction/src/main/java/com/wzj/soopin/transaction/service/impl/WithdrawServiceImpl.java b/ruoyi-modules/ruoyi-transaction/src/main/java/com/wzj/soopin/transaction/service/impl/WithdrawServiceImpl.java index 5a80b951e..c7ff2bb76 100644 --- a/ruoyi-modules/ruoyi-transaction/src/main/java/com/wzj/soopin/transaction/service/impl/WithdrawServiceImpl.java +++ b/ruoyi-modules/ruoyi-transaction/src/main/java/com/wzj/soopin/transaction/service/impl/WithdrawServiceImpl.java @@ -79,6 +79,7 @@ public class WithdrawServiceImpl extends ServiceImpl i try{ wxPayService.initiateBatchTransferNew(buildWechatPayParam(withdraw)); }catch (ServiceException e){ + log.error(e.getMessage()); //提现失败 //发送通知 MqUtil.sendIMMessage(buildMessage(withdraw,MessageActionEnum.ORDER_WITHDRAW_AUDIT));