From 70b1dba4b188544c8d1dfe6900037936f229ea9b Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Fri, 20 Mar 2026 10:23:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=91=E5=B8=81=E4=BB=A3=E7=90=86=E5=8F=91?= =?UTF-8?q?=E8=B4=A7=E6=8E=A5=E5=8F=A3=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../command/freight/SendFreightShipCmdExe.java | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/rc-service/rc-service-wallet/wallet-application/src/main/java/com/red/circle/wallet/app/command/freight/SendFreightShipCmdExe.java b/rc-service/rc-service-wallet/wallet-application/src/main/java/com/red/circle/wallet/app/command/freight/SendFreightShipCmdExe.java index af421e03..52eca9b7 100644 --- a/rc-service/rc-service-wallet/wallet-application/src/main/java/com/red/circle/wallet/app/command/freight/SendFreightShipCmdExe.java +++ b/rc-service/rc-service-wallet/wallet-application/src/main/java/com/red/circle/wallet/app/command/freight/SendFreightShipCmdExe.java @@ -182,21 +182,17 @@ public class SendFreightShipCmdExe { } catch (Exception e) { log.error("send freight balance failed: {}", e.getMessage()); } - } - // 累计充值 - incrRechargeQuantity(cmd); - //累计今日充值,每日累计充值抽奖活动 - cumulativeRechargeClient.incrTodayRechargeScore(cmd.getAcceptUserId(), - getGoldToSUD(cmd).doubleValue()); + // 累计充值 + incrRechargeQuantity(cmd); - // 余额如果小于1250则回收货运代理徽章 - freightShipGateway.removeFreightShipBadge(cmd.requiredReqUserId(), balance); - // SVip积分累计. - userSvipClient.incrIntegral(cmd.getAcceptUserId(), cmd.getQuantity().longValue()); + //累计今日充值,每日累计充值抽奖活动 + cumulativeRechargeClient.incrTodayRechargeScore(cmd.getAcceptUserId(),getGoldToSUD(cmd).doubleValue()); completedFirstCharge(cmd.getAcceptUserId(), cmd.getReqSysOrigin().getOrigin()); + } + return balance; } finally {