This commit is contained in:
parent
e028aee516
commit
4bd6dab4b1
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 (nowDate.isBefore(registry.getSettlementDate())) {
|
||||
if (registry.getSettlementDate().isBefore(nowDate)) {
|
||||
execStatus = "Срок исполнения не наступил";
|
||||
} else {
|
||||
execStatus = "Ожидает исполнения";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue