Finish Hotfix-1
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -74,7 +74,7 @@ public class ExchangeDestinatariImportService {
|
||||
x.getVtbDest().parallelStream()
|
||||
.filter(y -> y.getOperation() == OperationType.INSERT || y.getOperation() == OperationType.INSERT_OR_UPDATE || y.getOperation() == OperationType.UPDATE)
|
||||
.forEach(y -> y.setFlagAttivo("A")
|
||||
.setOperation(OperationType.INSERT));
|
||||
.setOperation(OperationType.INSERT_OR_UPDATE));
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user