This commit is contained in:
parent
47bcf7acc8
commit
2017d1f059
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue