http://jira.mfd.msk:8088/browse/CLS-536 DM*V создается для settlementDate == valueDate
This commit is contained in:
parent
0d134db9c6
commit
740c138ead
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ public class PaymentStateMarkService {
|
|||
.stream()
|
||||
.filter(rgs -> rgs.getValueDate() != null)
|
||||
.filter(rgs -> rgs.getSettlementDate() != null)
|
||||
.filter(rgs -> rgs.getSettlementDate().isAfter(rgs.getValueDate()))
|
||||
.filter(rgs -> rgs.getSettlementDate().equals(rgs.getValueDate()))
|
||||
.collect(Collectors.groupingBy(Registry::getGroupId));
|
||||
log.debug("found {} ({} groups) CM*T/LM*T by {}", claimsAndLiabilities.size(), groups.size(), prdct.toString());
|
||||
for (Map.Entry<Long, List<Registry>> group : groups.entrySet()) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue