clearing-service sdf14 fix

This commit is contained in:
ialbert 2023-08-11 11:06:52 +03:00
parent 9aad5d1553
commit c1a519dc86

View file

@ -39,6 +39,7 @@ public class Sdf14Sender {
sDf14.setResult(SdfResult.OK.getKey());
sDf14.setGenerationTime(Instant.now());
sDf14.setGenerationId(idGenerator.nextId());
sDf14Imdg.insert(sDf14);
SwtExporterRequest swtReq = new SwtExporterRequest();
swtReq.setGroupId(sDf14.getGenerationId());