From 36f3208daa6768343bc7a197f6c42f0125df9794 Mon Sep 17 00:00:00 2001 From: wangqx Date: Fri, 26 Sep 2025 15:57:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .run/ruoyi-snailjob-server.run.xml | 10 +++++++++- .../transaction/service/impl/WithdrawServiceImpl.java | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.run/ruoyi-snailjob-server.run.xml b/.run/ruoyi-snailjob-server.run.xml index 859902ac1..4730cdc1b 100644 --- a/.run/ruoyi-snailjob-server.run.xml +++ b/.run/ruoyi-snailjob-server.run.xml @@ -3,7 +3,15 @@ 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 d1668fc2a..682020425 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 @@ -108,7 +108,7 @@ public class WithdrawServiceImpl extends ServiceImpl i } request.setOpenid(member.getOpenId()); //收款用户姓名 - if (request.getTransferAmount() > 30) { + if (request.getTransferAmount() > 200000) { request.setUserName(member.getNickname()); } //转账备注