sistemato contollo per errori esportazione

This commit is contained in:
2024-06-13 13:17:16 +02:00
parent 3dab6a9cf1
commit 1b51013d0f

View File

@@ -399,7 +399,7 @@ public abstract class BaseEntityExporter implements IEntityExporter {
}
}
if (counterTotalSend > 0 && counterFailedSend != counterTotalSend && retException != null) {
if (counterTotalSend > 0 && counterFailedSend == counterTotalSend && retException != null) {
//Se gli invii precedenti sono andati bene usciamo
throw retException;
}