From 9c61d603ef30b41f32c2d0de9e6f9dadf1b271a3 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Fri, 21 Nov 2025 12:14:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E6=92=AD=E4=B8=AD=E5=BF=83=E5=A4=A9?= =?UTF-8?q?=E6=95=B0=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other/app/command/team/query/TeamMemberWorkQryExe.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/team/query/TeamMemberWorkQryExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/team/query/TeamMemberWorkQryExe.java index 3824a967..4f8d21c2 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/team/query/TeamMemberWorkQryExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/team/query/TeamMemberWorkQryExe.java @@ -128,7 +128,7 @@ public class TeamMemberWorkQryExe { .setAcceptGiftValue(target.sumAcceptGiftValue()) .setAcceptGiftValueFormat(NumUtils.formatLong(target.sumAcceptGiftValue())) .setOnlineTime(target.sumAllTargetTime()) - .setEffectiveDay(target.sumEffectiveDay()) + .setEffectiveDay(TeamBillCycleUtils.calculateEffectiveDay(target)) .setDailyTargets(target.getDailyTargets().stream() .filter(dailyTarget -> dailyTarget.getDateNumber() <= ZonedDateTimeAsiaRiyadhUtils.nowDateToInt())