94.5修复
This commit is contained in:
parent
ebb799e6a4
commit
03a75e40b2
@ -287,7 +287,7 @@ public final class TeamBillCycleUtils {
|
||||
return targets.stream().map(target -> {
|
||||
long targetTimeHours = target.sumAllTargetTime() / 60;
|
||||
Long acceptGiftValue = target.sumAcceptGiftValue();
|
||||
Integer effectiveDay = target.sumEffectiveDay();
|
||||
Integer effectiveDay = calculateEffectiveDay(target);
|
||||
|
||||
TeamBillMemberTarget resultTarget = new TeamBillMemberTarget()
|
||||
.setTargetId(target.getTimeId())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user