This commit is contained in:
parent
02ee4b461e
commit
3f3c59cc00
1 changed files with 2 additions and 2 deletions
|
|
@ -292,14 +292,14 @@ public class Sdf08Executor extends AbstractExecutor<SDf08> {
|
|||
|
||||
private SDf09 createSuccessSdf09(SDf08 sdf08, Long generationIdForGroup) {
|
||||
SDf09 sDf09 = new SDf09();
|
||||
sDf09.setInDocument(sdf08.getId().toString());
|
||||
sDf09.setInDocument(sdf08.getOutDocument());
|
||||
sDf09.setDepoCode(sdf08.getDepoCode());
|
||||
sDf09.setQuantity(sdf08.getQuantity());
|
||||
sDf09.setSecurityCode(sdf08.getSecurityCode());
|
||||
sDf09.setClientName(sdf08.getClientName());
|
||||
sDf09.setGenerationId(generationIdForGroup);
|
||||
sDf09.setGenerationTime(Instant.now());
|
||||
sDf09.setResult("OK!");
|
||||
sDf09.setResult("OK");
|
||||
return sDf09;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue