|
|
@@ -140,7 +140,7 @@ public class BatchServiceImpl{
|
|
|
}));
|
|
|
}
|
|
|
|
|
|
- Set<String> yearSet = new LinkedHashSet<>();
|
|
|
+ Set<String> yearSet = new TreeSet<>();
|
|
|
if(MapUtils.isNotEmpty(groupedSingleBatch)) {
|
|
|
yearSet.addAll(groupedSingleBatch.keySet());
|
|
|
}
|
|
|
@@ -357,7 +357,7 @@ public class BatchServiceImpl{
|
|
|
}));
|
|
|
}
|
|
|
|
|
|
- Set<String> yearSet = new LinkedHashSet<>();
|
|
|
+ Set<String> yearSet = new TreeSet<>();
|
|
|
if(MapUtils.isNotEmpty(groupedSingleBatch)) {
|
|
|
yearSet.addAll(groupedSingleBatch.keySet());
|
|
|
}
|