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(), "结束:主播统计相关");