ialbert 2026-04-29 19:38:45 +03:00
parent 2a5aeb73d7
commit 53d051f761

View file

@ -475,7 +475,7 @@ public class Sdf57Executor extends AbstractExecutor<SDf57> {
assets.process(trio.a__b(), trio.a__t(), trio.a__f(), BigDecimal.ZERO);
});
}
} else if (InOutDirection.in.equals(IEnumKey.getEnumByKey(InOutDirection.class, stmt.getInOutDirection()))) {
} else {
log.debug("stmt.id={} comment='{}' error: {}. Operating through DMAU registry",
stmt.getId(),
stmt.getComment(),
@ -499,7 +499,7 @@ public class Sdf57Executor extends AbstractExecutor<SDf57> {
.build();
newDmau.setRegistryUnit(RegistryUnit.U.getKey());
newDmau.setRegistryCode(RegistryUtil.clearingCode(newDmau));
newDmau.setBalance(safeBD(stmt.getAmount()));
updateDmauReg(stmt, newDmau);
registryImdg.insert(newDmau);
log.debug("stmt.id={} created DMAU.id={}", stmt.getId(), newDmau.getId());
});