balance-service Sdf16Executor поправил обновление sdf16
This commit is contained in:
parent
a0d6bc2025
commit
b1cd2b7a0f
1 changed files with 2 additions and 0 deletions
|
|
@ -159,6 +159,8 @@ public class Sdf16Executor extends AbstractExecutor<SDf16> {
|
|||
statement.setInOutDirection(InOutDirection.in.getKey());
|
||||
statement.setAmount(sdf.getSum());
|
||||
statement.setCashMovementCurrencyCode(CurrencyCode.RUB.getKey());
|
||||
statement.setInSDfId(sdf.getId());
|
||||
statement.setInOutSDfType(InOutSDfType.type16.getKey());
|
||||
statementImdg.update(statement);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue