This commit is contained in:
parent
7fc8f95c20
commit
7c51777eb9
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ public class SDf21Table extends AbstractTable<SDf21> implements WithTransactionN
|
|||
sameTransactionNumberAndOperationCode
|
||||
);
|
||||
if (firstObjectBySQL != null) {
|
||||
log.warn("Skip insert by {}, sdf57.dbfId: {}", PREFIX, obj.getTransactionNumber());
|
||||
log.warn("Skip insert by {}, sdf21.transactionNumber: {}", PREFIX, obj.getTransactionNumber());
|
||||
}
|
||||
return firstObjectBySQL == null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue