SDF01 processing
This commit is contained in:
parent
6ad105d04a
commit
a722c86907
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ public class Sdf01Executor extends AbstractExecutor<SDf01> {
|
|||
SDf02 sdf02New = createSuccessSdf02(sdf01, generationIdForGroup); //fixme тоже мб убрать
|
||||
sdf02Imdg.insert(sdf02New);
|
||||
stmt.setOutSDfId(sdf02New.getId());
|
||||
statementImdg.update(stmt);
|
||||
statementImdg.insert(stmt);
|
||||
|
||||
Optional<EnumMessage> err = validateActiveness(company, account);
|
||||
if (err.isEmpty()) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue