This commit is contained in:
parent
fd9ba2b8e2
commit
316871b5c7
1 changed files with 5 additions and 0 deletions
|
|
@ -493,6 +493,11 @@ public class Sdf57Executor extends AbstractExecutor<SDf57> {
|
|||
log.debug("stmt.id={} created DMAU.id={}", stmt.getId(), newDmau.getId());
|
||||
});
|
||||
//DMAU подразумевает увеличение остатка поля balance и credit registry.code=DMAU
|
||||
notification.sendNotification(ObjectType.rgst,
|
||||
("Зачисление средств на регистр невыясненных денежных средств. "
|
||||
+ "Дата и время поступления: %s. "
|
||||
+ "ID платежного поручения: %d").formatted(sdf57.getGenerationTime(), sdf57.getDbfId()),
|
||||
Priority.HIGH);
|
||||
}
|
||||
} else if (OperationStatus.Executed.equalsByKey(stmt.getOperationStatus())) {
|
||||
if (asts.isPresent()) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue