This commit is contained in:
parent
6bd12d064e
commit
6b6bbecea2
1 changed files with 3 additions and 0 deletions
|
|
@ -532,7 +532,10 @@ public class Sdf57Executor extends AbstractExecutor<SDf57> {
|
|||
statementCred.map(stmt -> new StmtCmpAcc(stmt, companyCred, accountCred)).ifPresent(registersUpdate);
|
||||
}
|
||||
if (!gvtfIds.isEmpty()) {
|
||||
log.debug("AMAT registries number for GVTF command: {}", gvtfIds.size());
|
||||
kafka.sendRequestToQueue(Task.GVTF.topic(), gvtfRequest(gvtfIds));
|
||||
} else {
|
||||
log.debug("no AMAT registries for GVTF command");
|
||||
}
|
||||
if (sessionIsNeededFlag.get()) {
|
||||
if (!timeService.timeForXdep()) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue