clearing-service sdf14 fix
This commit is contained in:
parent
9aad5d1553
commit
c1a519dc86
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ public class Sdf14Sender {
|
||||||
sDf14.setResult(SdfResult.OK.getKey());
|
sDf14.setResult(SdfResult.OK.getKey());
|
||||||
sDf14.setGenerationTime(Instant.now());
|
sDf14.setGenerationTime(Instant.now());
|
||||||
sDf14.setGenerationId(idGenerator.nextId());
|
sDf14.setGenerationId(idGenerator.nextId());
|
||||||
|
sDf14Imdg.insert(sDf14);
|
||||||
|
|
||||||
SwtExporterRequest swtReq = new SwtExporterRequest();
|
SwtExporterRequest swtReq = new SwtExporterRequest();
|
||||||
swtReq.setGroupId(sDf14.getGenerationId());
|
swtReq.setGroupId(sDf14.getGenerationId());
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue