akulikov 2024-10-09 14:42:55 +03:00
parent 7782c3bc1f
commit 5182a1ec8c

View file

@ -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());