Fix importazione colli exchange

This commit is contained in:
2024-12-19 15:42:32 +01:00
parent a54cd715eb
commit dc12962435

View File

@@ -129,9 +129,9 @@ public class ExchangeColliImportService {
List<LocalDate> mtbColtLocalDates = mtbColtDates.stream().map(Date::toLocalDate).sorted().collect(Collectors.toList());
mtbColtLocalDates = mtbColtLocalDates.stream()
.filter(x -> x.isEqual(LocalDate.of(2024, 10, 28)))
.collect(Collectors.toList());
// mtbColtLocalDates = mtbColtLocalDates.stream()
// .filter(x -> x.isEqual(LocalDate.of(2024, 10, 28)))
// .collect(Collectors.toList());
final Exception[] firstExceptionToThrow = {null};