This commit is contained in:
parent
2a5aeb73d7
commit
53d051f761
1 changed files with 2 additions and 2 deletions
|
|
@ -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());
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue