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:
@@ -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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user