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())