From 389317b69136384b7ea2874d1b729ecfc6672c19 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 18 Dec 2025 17:24:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E9=83=A8=E5=88=86=E5=86=97?= =?UTF-8?q?=E4=BD=99=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../listener/gift/strategy/GiftAnchorCountStrategy.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/gift/strategy/GiftAnchorCountStrategy.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/gift/strategy/GiftAnchorCountStrategy.java index d082b0b6..d1ac0887 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/gift/strategy/GiftAnchorCountStrategy.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/listener/gift/strategy/GiftAnchorCountStrategy.java @@ -156,10 +156,10 @@ public class GiftAnchorCountStrategy implements GiftStrategy { teamIds.add(teamMember.getTeamId()); // 团队内 -> 代理主播活动(永久活动) - activityAgentAnchorCount(acceptAnchorUser.getTargetAmount().longValue(), - acceptAnchorUser.getAcceptUserId(), teamMember.getTeamId()); +// activityAgentAnchorCount(acceptAnchorUser.getTargetAmount().longValue(), +// acceptAnchorUser.getAcceptUserId(), teamMember.getTeamId()); // 代理活动(永久活动) - agentActivityCount(acceptAnchorUser, teamMember.getTeamId()); +// agentActivityCount(acceptAnchorUser, teamMember.getTeamId()); } }); @@ -168,7 +168,7 @@ public class GiftAnchorCountStrategy implements GiftStrategy { log.warn("发送通知,更新代理工资数据,团队Ids:{}", teamIds); // 发送通知,更新代理工资数据 if (CollectionUtils.isNotEmpty(teamIds)) { - teamSalaryMqMessage.sendSalaryCount(teamIds); +// teamSalaryMqMessage.sendSalaryCount(teamIds); //teamSalaryMqMessage.sendSalary(teamIds, false); } giftGiveRunningWaterService.addLog(runningWater.getId(), "结束:主播统计相关");