This commit is contained in:
parent
7782c3bc1f
commit
5182a1ec8c
1 changed files with 11 additions and 9 deletions
|
|
@ -117,15 +117,17 @@ public class CurrencyExporterService extends AbstractExporterService {
|
|||
omtSumElementToday,
|
||||
tmtSumElementToday)
|
||||
);
|
||||
limFileRows.add(
|
||||
getRow(registry,
|
||||
1,
|
||||
dmtSumElement,
|
||||
omtSumElementToday,
|
||||
tmtSumElementToday,
|
||||
omtSumElementTomorrow,
|
||||
tmtSumElementTomorrow)
|
||||
);
|
||||
if (includeCK) {
|
||||
limFileRows.add(
|
||||
getRow(registry,
|
||||
1,
|
||||
dmtSumElement,
|
||||
omtSumElementToday,
|
||||
tmtSumElementToday,
|
||||
omtSumElementTomorrow,
|
||||
tmtSumElementTomorrow)
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
log.debug("Successfully completed the formation of rows: {} for export currency(money)", limFileRows.size());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue