etreschenkov 2024-09-02 17:04:22 +03:00
parent 7fc8f95c20
commit 7c51777eb9

View file

@ -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;
}