Authored by tanling

打印日志

... ... @@ -151,6 +151,7 @@ public class InviterSettleService {
InviteSettlementItem.STATUS_SETTLED,
settlementId);
int totalElements = inviteSettlementItemMapper.selectCountByUidTypeAndInviteSettlementId(uid, type, settlementId);
log.info("settle for calculateSettleAmountOfType1 totalElements is {}, uid is {}, uid is {}, settlementId is {}", totalElements, uid, type, settlementId);
return InviteSettlementUtils.calculateSettleAmountOfType1(totalElements);
}
... ...