This commit is contained in:
parent
4bd6dab4b1
commit
99f4dbe292
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ public class KSCommissionTradesReportBuilder extends CSVReportBuilder<EmptyParam
|
|||
log.warn("Can't define status: registry.settlementDate is null. Registry was skipped");
|
||||
continue;
|
||||
}
|
||||
if (registry.getSettlementDate().isBefore(nowDate)) {
|
||||
if (registry.getSettlementDate().isAfter(nowDate)) {
|
||||
execStatus = "Срок исполнения не наступил";
|
||||
} else {
|
||||
execStatus = "Ожидает исполнения";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue