From 16c16e0059bc09ce23dbfd6b4f47b05f7f52aebc Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Fri, 19 Dec 2025 17:43:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E6=92=AD=E8=87=AA=E5=B7=B1=E9=80=80?= =?UTF-8?q?=E5=87=BA=E5=AF=BC=E8=87=B4=E6=B2=A1=E6=9C=89=E7=9B=AE=E6=A0=87?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../circle/other/app/command/team/TeamHandleUserApplyExe.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/team/TeamHandleUserApplyExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/team/TeamHandleUserApplyExe.java index ba4235c5..7d401e5f 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/team/TeamHandleUserApplyExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/team/TeamHandleUserApplyExe.java @@ -14,6 +14,7 @@ import com.red.circle.other.infra.database.mongo.entity.team.team.TeamApplicatio import com.red.circle.other.infra.database.mongo.entity.team.team.TeamMember; import com.red.circle.other.infra.database.mongo.service.activity.ActivityAgentAnchorCountService; import com.red.circle.other.infra.database.mongo.service.activity.AgentActivityCountService; +import com.red.circle.other.infra.database.mongo.service.team.TeamBillCycleUtils; import com.red.circle.other.infra.database.mongo.service.team.team.TeamApplicationProcessApprovalService; import com.red.circle.other.infra.database.mongo.service.team.team.TeamApplicationProcessService; import com.red.circle.other.infra.database.mongo.service.team.team.TeamMemberChangeRecordService; @@ -186,7 +187,7 @@ public class TeamHandleUserApplyExe { teamProfileService.decrCounterMember(process.getAssociateId()); teamMemberService.removeMemberByMemberId(process.getCreateUser()); - teamMemberTargetService.removeUserTarget(ZonedDateTimeAsiaRiyadhUtils.nowYearMonthToInt(), + teamMemberTargetService.removeUserTarget(TeamBillCycleUtils.getCalcBillBelong(), process.getCreateUser()); teamSalaryMqMessage.sendSalaryCount(Set.of(teamMember.getTeamId()));