Fix importazione colli exchange
This commit is contained in:
@@ -129,9 +129,9 @@ public class ExchangeColliImportService {
|
|||||||
|
|
||||||
List<LocalDate> mtbColtLocalDates = mtbColtDates.stream().map(Date::toLocalDate).sorted().collect(Collectors.toList());
|
List<LocalDate> mtbColtLocalDates = mtbColtDates.stream().map(Date::toLocalDate).sorted().collect(Collectors.toList());
|
||||||
|
|
||||||
mtbColtLocalDates = mtbColtLocalDates.stream()
|
// mtbColtLocalDates = mtbColtLocalDates.stream()
|
||||||
.filter(x -> x.isEqual(LocalDate.of(2024, 10, 28)))
|
// .filter(x -> x.isEqual(LocalDate.of(2024, 10, 28)))
|
||||||
.collect(Collectors.toList());
|
// .collect(Collectors.toList());
|
||||||
|
|
||||||
final Exception[] firstExceptionToThrow = {null};
|
final Exception[] firstExceptionToThrow = {null};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user