ialbert 2025-02-19 16:23:12 +03:00
parent 47bcf7acc8
commit 2017d1f059

View file

@ -277,6 +277,7 @@ public class RegistryService {
.collect(Collectors.joining(";", "[", "]"));
log.debug("TCR#id={} account#id={} company#id={}: {} asset already present: (#id={}), skipping;",
tcr.getId(), acc.getId(), cmp.getId(), a.getRegistryCode(), idsFound);
return;
}
a.setRegistryStatus(RegistryStatus.PROC.getKey());
registryImdg.insert(a);