Showing
1 changed file
with
1 additions
and
0 deletions
@@ -151,6 +151,7 @@ public class InviterSettleService { | @@ -151,6 +151,7 @@ public class InviterSettleService { | ||
151 | InviteSettlementItem.STATUS_SETTLED, | 151 | InviteSettlementItem.STATUS_SETTLED, |
152 | settlementId); | 152 | settlementId); |
153 | int totalElements = inviteSettlementItemMapper.selectCountByUidTypeAndInviteSettlementId(uid, type, settlementId); | 153 | int totalElements = inviteSettlementItemMapper.selectCountByUidTypeAndInviteSettlementId(uid, type, settlementId); |
154 | + log.info("settle for calculateSettleAmountOfType1 totalElements is {}, uid is {}, uid is {}, settlementId is {}", totalElements, uid, type, settlementId); | ||
154 | return InviteSettlementUtils.calculateSettleAmountOfType1(totalElements); | 155 | return InviteSettlementUtils.calculateSettleAmountOfType1(totalElements); |
155 | } | 156 | } |
156 | 157 |
-
Please register or login to post a comment