Skip to content
Snippets Groups Projects

[SOY] bug corrected

Merged LEMERCIER Denis requested to merge cherry-pick-2ada84c8 into main
2 files
+ 11
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -72,7 +72,9 @@ public class DemandeCalculImpactOperationNonIT {
return facteurCaracterisations.stream()
.filter(Objects::nonNull)
.filter(fc -> Constants.ELECTRICITY_MIX_CATEGORY.equals(fc.getCategorie()) &&
localisation.equals(fc.getLocalisation()))
localisation.equals(fc.getLocalisation()) &&
critere.getNomCritere().equals(fc.getCritere())
)
.findFirst();
}
Loading